-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 796 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module rb3server
go 1.16
require (
github.com/ihatecompvir/nex-go v0.0.0-20230222101216-ffea4371aae8
github.com/ihatecompvir/nex-protocols-go v0.0.0-20230222070009-430ead0499c7
github.com/jinzhu/copier v0.3.5
go.mongodb.org/mongo-driver v1.11.6
)
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/montanaflynn/stats v0.7.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/sync v0.2.0 // indirect
)