Create go.mod

This commit is contained in:
P4vlushaaa 2025-01-23 13:15:02 +03:00 committed by GitHub
parent 8f9f9ec011
commit ef10f04b45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
services/api/go.mod Normal file
View 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
# ...
)