-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 909 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/bizzdo/sk8
go 1.17
require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/dimchansky/utfbom v1.1.1
github.com/mickep76/encoding v0.0.0-20191112132937-4a810d6b3199
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
)
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/go-test/deep v1.0.8 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)