18 lines
564 B
Modula-2
18 lines
564 B
Modula-2
|
|
module anvil
|
||
|
|
|
||
|
|
go 1.16
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/alexmullins/zip v0.0.0-20180717182244-4affb64b04d0
|
||
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible
|
||
|
|
github.com/gomodule/redigo v1.8.5
|
||
|
|
github.com/gorilla/websocket v1.4.2
|
||
|
|
github.com/oschwald/geoip2-golang v1.5.0 // indirect
|
||
|
|
github.com/shirou/gopsutil/v3 v3.21.6
|
||
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
||
|
|
go.mongodb.org/mongo-driver v1.7.0
|
||
|
|
golang.org/x/tools v0.1.12 // indirect
|
||
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
||
|
|
software.sslmate.com/src/go-pkcs12 v0.0.0-20210415151418-c5206de65a78 // indirect
|
||
|
|
)
|