-
Notifications
You must be signed in to change notification settings - Fork 160
/
go-modules.mk
77 lines (76 loc) · 4.74 KB
/
go-modules.mk
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# $NetBSD: go-modules.mk,v 1.1 2021/11/23 15:35:17 wiz Exp $
GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.mod
GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.zip
GO_MODULE_FILES+= github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be1b6.mod
GO_MODULE_FILES+= github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be1b6.zip
GO_MODULE_FILES+= github.com/coreos/etcd/@v/v3.3.10+incompatible.mod
GO_MODULE_FILES+= github.com/coreos/etcd/@v/v3.3.10+incompatible.zip
GO_MODULE_FILES+= github.com/coreos/go-etcd/@v/v2.0.0+incompatible.mod
GO_MODULE_FILES+= github.com/coreos/go-etcd/@v/v2.0.0+incompatible.zip
GO_MODULE_FILES+= github.com/coreos/go-semver/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/coreos/go-semver/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.7.mod
GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.7.zip
GO_MODULE_FILES+= github.com/getkin/kin-openapi/@v/v0.1.1-0.20190210195911-82a13f94c08e.mod
GO_MODULE_FILES+= github.com/getkin/kin-openapi/@v/v0.1.1-0.20190210195911-82a13f94c08e.zip
GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/gobwas/glob/@v/v0.2.3.mod
GO_MODULE_FILES+= github.com/gobwas/glob/@v/v0.2.3.zip
GO_MODULE_FILES+= github.com/hashicorp/hcl/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/hcl/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.0.mod
GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.0.zip
GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.1.2.mod
GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.1.2.zip
GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.1.mod
GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.1.zip
GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.1.2.mod
GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.2.1.mod
GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.2.1.zip
GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/spf13/cobra/@v/v0.0.3.mod
GO_MODULE_FILES+= github.com/spf13/cobra/@v/v0.0.3.zip
GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.3.mod
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.3.zip
GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.3.1.mod
GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.3.1.zip
GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.2.2.mod
GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/ugorji/go/codec/@v/v0.0.0-20181204163529-d75b2dcb6bc8.mod
GO_MODULE_FILES+= github.com/ugorji/go/codec/@v/v0.0.0-20181204163529-d75b2dcb6bc8.zip
GO_MODULE_FILES+= github.com/xordataexchange/crypt/@v/v0.0.3-0.20170626215501-b2862e3d0a77.mod
GO_MODULE_FILES+= github.com/xordataexchange/crypt/@v/v0.0.3-0.20170626215501-b2862e3d0a77.zip
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20181203042331-505ab145d0a9.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20181203042331-505ab145d0a9.zip
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181205085412-a5c9d58dba9a.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190226215855-775f8194d0f9.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190226215855-775f8194d0f9.zip
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.zip
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.zip
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.2.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.2.zip