server initial commit

This commit is contained in:
김도한 [dominick]
2022-10-18 11:50:10 +09:00
commit 8fe1f31bf2
10 changed files with 1899 additions and 0 deletions

17
go.mod Normal file
View File

@ -0,0 +1,17 @@
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
)