Skip to content

Commit 0b7b37a

Browse files
authored
Merge pull request #23 from owenthereal/1_17
Update to Go 1.17
2 parents b88200b + fc4a696 commit 0b7b37a

File tree

2,391 files changed

+199769
-137912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,391 files changed

+199769
-137912
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: ^1.16
15+
go-version: ^1.17
1616
id: go
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go 1.x
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: ^1.16
31+
go-version: ^1.17
3232
id: go
3333
- name: Check out code into the Go module directory
3434
uses: actions/checkout@v2

go.mod

Lines changed: 109 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,116 @@
11
module github.com/owenthereal/candy
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/caddyserver/caddy/v2 v2.3.0
7-
github.com/fsnotify/fsnotify v1.4.9
8-
github.com/google/go-cmp v0.5.4
9-
github.com/inetaf/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
10-
github.com/miekg/dns v1.1.38
6+
github.com/caddyserver/caddy/v2 v2.4.5
7+
github.com/fsnotify/fsnotify v1.5.1
8+
github.com/google/go-cmp v0.5.6
9+
github.com/miekg/dns v1.1.43
1110
github.com/oklog/run v1.1.1-0.20200508094559-c7096881717e
12-
github.com/spf13/cobra v1.1.1
11+
github.com/spf13/cobra v1.2.1
1312
github.com/spf13/pflag v1.0.5
14-
github.com/spf13/viper v1.7.1
15-
go.uber.org/zap v1.16.0
13+
github.com/spf13/viper v1.9.0
14+
go.uber.org/zap v1.19.1
15+
inet.af/tcpproxy v0.0.0-20210824174053-2e577fef49e2
16+
)
17+
18+
require (
19+
cloud.google.com/go/kms v1.0.0 // indirect
20+
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
21+
github.com/Masterminds/goutils v1.1.1 // indirect
22+
github.com/Masterminds/semver/v3 v3.1.1 // indirect
23+
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
24+
github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f // indirect
25+
github.com/beorn7/perks v1.0.1 // indirect
26+
github.com/caddyserver/certmagic v0.14.5 // indirect
27+
github.com/cespare/xxhash v1.1.0 // indirect
28+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
29+
github.com/cheekybits/genny v1.0.0 // indirect
30+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
31+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
32+
github.com/dgraph-io/badger v1.6.2 // indirect
33+
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
34+
github.com/dgraph-io/ristretto v0.0.4-0.20200906165740-41ebdbffecfd // indirect
35+
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
36+
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac // indirect
37+
github.com/go-kit/kit v0.10.0 // indirect
38+
github.com/go-logfmt/logfmt v0.5.0 // indirect
39+
github.com/go-sql-driver/mysql v1.6.0 // indirect
40+
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
41+
github.com/golang/protobuf v1.5.2 // indirect
42+
github.com/golang/snappy v0.0.3 // indirect
43+
github.com/google/cel-go v0.7.3 // indirect
44+
github.com/google/uuid v1.3.0 // indirect
45+
github.com/hashicorp/hcl v1.0.0 // indirect
46+
github.com/huandu/xstrings v1.3.1 // indirect
47+
github.com/imdario/mergo v0.3.11 // indirect
48+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
49+
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
50+
github.com/klauspost/compress v1.13.4 // indirect
51+
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
52+
github.com/libdns/libdns v0.2.1 // indirect
53+
github.com/lucas-clemente/quic-go v0.23.0 // indirect
54+
github.com/lunixbochs/vtclean v1.0.0 // indirect
55+
github.com/magiconair/properties v1.8.5 // indirect
56+
github.com/manifoldco/promptui v0.8.0 // indirect
57+
github.com/marten-seemann/qpack v0.2.1 // indirect
58+
github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect
59+
github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect
60+
github.com/mattn/go-colorable v0.1.8 // indirect
61+
github.com/mattn/go-isatty v0.0.13 // indirect
62+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
63+
github.com/mholt/acmez v1.0.0 // indirect
64+
github.com/micromdm/scep/v2 v2.0.0 // indirect
65+
github.com/mitchellh/copystructure v1.0.0 // indirect
66+
github.com/mitchellh/mapstructure v1.4.2 // indirect
67+
github.com/mitchellh/reflectwalk v1.0.1 // indirect
68+
github.com/nxadm/tail v1.4.8 // indirect
69+
github.com/onsi/ginkgo v1.16.4 // indirect
70+
github.com/pelletier/go-toml v1.9.4 // indirect
71+
github.com/pkg/errors v0.9.1 // indirect
72+
github.com/prometheus/client_golang v1.11.0 // indirect
73+
github.com/prometheus/client_model v0.2.0 // indirect
74+
github.com/prometheus/common v0.26.0 // indirect
75+
github.com/prometheus/procfs v0.6.0 // indirect
76+
github.com/rs/xid v1.2.1 // indirect
77+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
78+
github.com/samfoo/ansi v0.0.0-20160124022901-b6bd2ded7189 // indirect
79+
github.com/shopspring/decimal v1.2.0 // indirect
80+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
81+
github.com/sirupsen/logrus v1.7.0 // indirect
82+
github.com/smallstep/certificates v0.16.4 // indirect
83+
github.com/smallstep/cli v0.16.1 // indirect
84+
github.com/smallstep/nosql v0.3.8 // indirect
85+
github.com/smallstep/truststore v0.9.6 // indirect
86+
github.com/spf13/afero v1.6.0 // indirect
87+
github.com/spf13/cast v1.4.1 // indirect
88+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
89+
github.com/stoewer/go-strcase v1.2.0 // indirect
90+
github.com/subosito/gotenv v1.2.0 // indirect
91+
github.com/urfave/cli v1.22.5 // indirect
92+
go.etcd.io/bbolt v1.3.6 // indirect
93+
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
94+
go.step.sm/cli-utils v0.4.1 // indirect
95+
go.step.sm/crypto v0.9.0 // indirect
96+
go.step.sm/linkedca v0.0.0-20210611183751-27424aae8d25 // indirect
97+
go.uber.org/atomic v1.7.0 // indirect
98+
go.uber.org/multierr v1.6.0 // indirect
99+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
100+
golang.org/x/mod v0.4.2 // indirect
101+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
102+
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 // indirect
103+
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
104+
golang.org/x/text v0.3.6 // indirect
105+
golang.org/x/tools v0.1.5 // indirect
106+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
107+
google.golang.org/api v0.57.0 // indirect
108+
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6 // indirect
109+
google.golang.org/grpc v1.40.0 // indirect
110+
google.golang.org/protobuf v1.27.1 // indirect
111+
gopkg.in/ini.v1 v1.63.2 // indirect
112+
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
113+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
114+
gopkg.in/yaml.v2 v2.4.0 // indirect
115+
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
16116
)

0 commit comments

Comments
 (0)