-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 737 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/glynternet/oscli
go 1.15
require (
github.com/GlynOwenHanmer/math v0.0.0-20170923212657-c8f491345bb7 // indirect
github.com/glynternet/go-osc v0.0.0-20200115085105-85fee7fed692
github.com/glynternet/math v0.0.0-20170923212657-c8f491345bb7
github.com/glynternet/pkg v0.0.2
github.com/go-kit/kit v0.10.0 // indirect
github.com/magiconair/properties v1.8.1
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.2.7 // indirect
)