Create go.mod
This commit is contained in:
parent
8f9f9ec011
commit
ef10f04b45
1 changed files with 9 additions and 0 deletions
9
services/api/go.mod
Normal file
9
services/api/go.mod
Normal file
|
@ -0,0 +1,9 @@
|
|||
module web3-onlyfans/services/api
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/nspcc-dev/neo-go v0.99.0
|
||||
# ...
|
||||
)
|
Loading…
Add table
Reference in a new issue