Create go.mod
This commit is contained in:
parent
5726ab5eb8
commit
d552f56295
1 changed files with 9 additions and 0 deletions
9
services/frostfs-uploader/go.mod
Normal file
9
services/frostfs-uploader/go.mod
Normal file
|
@ -0,0 +1,9 @@
|
|||
module web3-onlyfans/services/frostfs-uploader
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/nspcc-dev/neofs-sdk-go v1.2.1
|
||||
# ...
|
||||
)
|
Loading…
Add table
Reference in a new issue