You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
315 B
Modula-2
13 lines
315 B
Modula-2
module g.hazardous.org/fkr/gridscale-check
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/gridscale/gsclient-go/v2 v2.2.1
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
)
|