mirror of
https://github.com/Luzifer/sii.git
synced 2024-12-21 08:21:16 +00:00
24 lines
785 B
Modula-2
24 lines
785 B
Modula-2
module github.com/Luzifer/sii/cmd/sii-editor
|
|
|
|
go 1.13
|
|
|
|
replace github.com/Luzifer/sii => ../../
|
|
|
|
replace github.com/Luzifer/sii/t3nk => ../../t3nk
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.9.1
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/Luzifer/scs-extract v0.1.1-0.20191226001718-17f71578850d
|
|
github.com/Luzifer/sii v0.0.0-00010101000000-000000000000
|
|
github.com/Luzifer/sii/t3nk v0.0.0-00010101000000-000000000000
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20191107172027-c3144fdedc21 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|