forked from ixofoundation/ixo-DomainWhitelistDaemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 848 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module ixowhitelistdaemon
go 1.18
require (
github.com/joho/godotenv v1.4.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
)
require (
github.com/42wim/sshsig v0.0.0-20211121163825-841cf5bbc121
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/gofiber/fiber/v2 v2.34.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.15.6 // indirect
github.com/mattn/go-sqlite3 v1.14.13 // indirect
github.com/nuts-foundation/go-did v0.3.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.37.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
gorm.io/driver/sqlite v1.3.4 // indirect
gorm.io/gorm v1.23.6 // indirect
)