Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 4fab3aa

Browse files
authored
Merge pull request #103 from cloudflare/takt/gomod
Update go modules
2 parents 2125744 + 0830f47 commit 4fab3aa

File tree

828 files changed

+324456
-23
lines changed

Some content is hidden

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

828 files changed

+324456
-23
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Icon
1515
# Folders
1616
_obj
1717
_test
18-
vendor
1918

2019
# Architecture specific extensions/prefixes
2120
*.[568vq]

go.mod

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
module github.com/cloudflare/gortr
22

3-
go 1.12
3+
go 1.20
44

55
require (
6-
github.com/prometheus/client_golang v0.9.2
7-
github.com/sirupsen/logrus v1.4.0
8-
github.com/stretchr/testify v1.2.2
9-
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
6+
github.com/prometheus/client_golang v1.14.0
7+
github.com/sirupsen/logrus v1.9.0
8+
github.com/stretchr/testify v1.8.2
9+
golang.org/x/crypto v0.7.0
10+
)
11+
12+
require (
13+
github.com/beorn7/perks v1.0.1 // indirect
14+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
15+
github.com/davecgh/go-spew v1.1.1 // indirect
16+
github.com/golang/protobuf v1.5.2 // indirect
17+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
18+
github.com/pmezard/go-difflib v1.0.0 // indirect
19+
github.com/prometheus/client_model v0.3.0 // indirect
20+
github.com/prometheus/common v0.37.0 // indirect
21+
github.com/prometheus/procfs v0.8.0 // indirect
22+
golang.org/x/sys v0.6.0 // indirect
23+
google.golang.org/protobuf v1.28.1 // indirect
24+
gopkg.in/yaml.v3 v3.0.1 // indirect
1025
)

go.sum

Lines changed: 483 additions & 17 deletions
Large diffs are not rendered by default.

vendor/github.com/beorn7/perks/LICENSE

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)