mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module github.com/hakwerk/labca/gui
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/biz/templates v0.0.0-20170224211728-2feae9d6545e
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20201221231540-e56b841a3c88
|
|
github.com/spf13/viper v1.7.1
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
)
|
|
|
|
require (
|
|
github.com/biz/bufpool v0.0.0-20170221053142-37fed974357f // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
|
github.com/pelletier/go-toml v1.2.0 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/spf13/afero v1.1.2 // indirect
|
|
github.com/spf13/cast v1.3.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
)
|