Skip to content

Commit 4183c5e

Browse files
authored
chore: Clean up unused and outdated dependencies from go.mod (coder#4163)
1 parent 6deef06 commit 4183c5e

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

go.mod

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ replace github.com/fergusstrange/embedded-postgres => github.com/kylecarbs/embed
2020
// opencensus-go leaks a goroutine by default.
2121
replace go.opencensus.io => github.com/kylecarbs/opencensus-go v0.23.1-0.20220307014935-4d0325a68f8b
2222

23-
// These are to allow embedding the cloudflared quick-tunnel CLI.
24-
// Required until https://github.com/cloudflare/cloudflared/pull/597 is merged.
25-
replace github.com/cloudflare/cloudflared => github.com/kylecarbs/cloudflared v0.0.0-20220323202451-083379ce31c3
26-
2723
replace github.com/urfave/cli/v2 => github.com/ipostelnik/cli/v2 v2.3.1-0.20210324024421-b6ea8234fe3d
2824

2925
replace github.com/rivo/tview => github.com/kylecarbs/tview v0.0.0-20220309202238-8464256e10a1
@@ -39,9 +35,6 @@ replace github.com/fatedier/kcp-go => github.com/coder/kcp-go v2.0.4-0.202204091
3935
// https://github.com/pion/udp/pull/73
4036
replace github.com/pion/udp => github.com/mafredri/udp v0.1.2-0.20220805105907-b2872e92e98d
4137

42-
// https://github.com/hashicorp/hc-dinstall/pull/68
43-
replace github.com/hashicorp/hc-install => github.com/mafredri/hc-install v0.4.1-0.20220727132613-e91868e28445
44-
4538
// https://github.com/tcnksm/go-httpstat/pull/29
4639
replace github.com/tcnksm/go-httpstat => github.com/kylecarbs/go-httpstat v0.0.0-20220831233600-c91452099472
4740

@@ -99,7 +92,7 @@ require (
9992
github.com/google/uuid v1.3.0
10093
github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
10194
github.com/hashicorp/go-version v1.6.0
102-
github.com/hashicorp/hc-install v0.4.0
95+
github.com/hashicorp/hc-install v0.4.1-0.20220912074615-4487b02cbcbb
10396
github.com/hashicorp/hcl/v2 v2.14.0
10497
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
10598
github.com/hashicorp/terraform-json v0.14.0
@@ -209,7 +202,7 @@ require (
209202
github.com/gogo/protobuf v1.3.2 // indirect
210203
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
211204
github.com/google/btree v1.0.1 // indirect
212-
github.com/google/go-cmp v0.5.8 // indirect
205+
github.com/google/go-cmp v0.5.9 // indirect
213206
github.com/google/go-querystring v1.1.0 // indirect
214207
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
215208
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
@@ -295,7 +288,7 @@ require (
295288
google.golang.org/appengine v1.6.7 // indirect
296289
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
297290
google.golang.org/grpc v1.49.0 // indirect
298-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
291+
gopkg.in/square/go-jose.v2 v2.6.0
299292
gopkg.in/yaml.v2 v2.4.0 // indirect
300293
howett.net/plist v1.0.0 // indirect
301294
)

go.sum

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,9 @@ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
851851
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
852852
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
853853
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
854-
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
855854
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
855+
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
856+
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
856857
github.com/google/go-containerregistry v0.5.1/go.mod h1:Ct15B4yir3PLOP5jsy0GNeYVaIZs/MK/Jz5any1wFW0=
857858
github.com/google/go-github/v39 v39.2.0/go.mod h1:C1s8C5aCC9L+JXIYpJM5GYytdX52vC1bLvHEF1IhBrE=
858859
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405 h1:DdHws/YnnPrSywrjNYu2lEHqYHWp/LnEx56w59esd54=
@@ -988,6 +989,8 @@ github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA
988989
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
989990
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
990991
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
992+
github.com/hashicorp/hc-install v0.4.1-0.20220912074615-4487b02cbcbb h1:0AmumMAu6gi5zXEyXvLKDu/HALK+rIcVBZU5XJNyjRM=
993+
github.com/hashicorp/hc-install v0.4.1-0.20220912074615-4487b02cbcbb/go.mod h1:b3vG+IG40BBISnWiQb9/nHqZI/N3oiunwTtyTDaMGOA=
991994
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w=
992995
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
993996
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
@@ -1217,8 +1220,6 @@ github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69
12171220
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
12181221
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
12191222
github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w=
1220-
github.com/mafredri/hc-install v0.4.1-0.20220727132613-e91868e28445 h1:Q2qYGSX7XaxIUyGSNFj3XgBInQeefOPLx1/+IPukia4=
1221-
github.com/mafredri/hc-install v0.4.1-0.20220727132613-e91868e28445/go.mod h1:Z2LmX1Hsu3r9zG8Q31s82D9U6EQr4EkwQkKAI5rxz3Q=
12221223
github.com/mafredri/udp v0.1.2-0.20220805105907-b2872e92e98d h1:E+lU8/1jcUd3guqaRvjAGCcwoPe7jcYrNv9K0OzEwdQ=
12231224
github.com/mafredri/udp v0.1.2-0.20220805105907-b2872e92e98d/go.mod h1:GUd681aT3Tj7pdNkUtqBz5pp/GLMGIaMI9Obq6+ob48=
12241225
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=

0 commit comments

Comments
 (0)