Add Go modules

This commit is contained in:
nxshock 2021-08-31 19:14:16 +05:00
parent 91b757153a
commit 3ce0e6a7e6
2 changed files with 20 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/nxshock/simplefileshare
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/sirupsen/logrus v1.8.1
)