mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-01-18 11:11:10 +05:00
9 lines
134 B
Modula-2
9 lines
134 B
Modula-2
|
module github.com/nxshock/simplefileshare
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/BurntSushi/toml v0.4.1
|
||
|
github.com/sirupsen/logrus v1.8.1
|
||
|
)
|