Create go.mod

This commit is contained in:
P4vlushaaa 2025-01-23 14:02:55 +03:00 committed by GitHub
parent 5726ab5eb8
commit d552f56295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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
# ...
)