Initial commit
This commit is contained in:
10
service/nsq/go.mod
Normal file
10
service/nsq/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module achievementsnifferws
|
||||
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.24
|
||||
github.com/nsqio/go-nsq v1.1.0
|
||||
)
|
||||
|
||||
require github.com/golang/snappy v0.0.1 // indirect
|
Reference in New Issue
Block a user