mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
Add Go modules
This commit is contained in:
parent
91b757153a
commit
3ce0e6a7e6
2 changed files with 20 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue