35 lines
1.1 KiB
Modula-2
35 lines
1.1 KiB
Modula-2
module github.com/FAU-CDI/wisski-distillery
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/FAU-CDI/wdresolve v0.0.0-20220911200729-e66b93ed2b69
|
|
github.com/Showmax/go-fqdn v1.0.0
|
|
github.com/alessio/shellescape v1.4.1
|
|
github.com/feiin/sqlstring v0.3.0
|
|
github.com/gliderlabs/ssh v0.3.5
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/tkw1536/goprogram v0.2.4
|
|
golang.org/x/crypto v0.3.0
|
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/term v0.3.0
|
|
gorm.io/driver/mysql v1.4.4
|
|
gorm.io/gorm v1.24.2
|
|
)
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
github.com/gosuri/uilive v0.0.4 // indirect
|
|
github.com/jessevdk/go-flags v1.5.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/tools v0.4.0 // indirect
|
|
)
|