-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1255 from thaJeztah/update_gomod
go.mod: update for go1.18 and update/remove obsolete dependencies
- Loading branch information
Showing
2,826 changed files
with
79,608 additions
and
663,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build mysql | ||
// +build mysql | ||
|
||
package sql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build postgresql | ||
// +build postgresql | ||
|
||
package sql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//Package crl implements the crl command | ||
// Package crl implements the crl command | ||
package crl | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ func TestParseRequest(t *testing.T) { | |
Hosts: []string{"cloudflare.com", "www.cloudflare.com", "192.168.0.1", "[email protected]", "https://www.cloudflare.com"}, | ||
KeyRequest: NewKeyRequest(), | ||
Extensions: []pkix.Extension{ | ||
pkix.Extension{ | ||
{ | ||
Id: asn1.ObjectIdentifier{1, 2, 3, 4, 5}, | ||
Value: []byte("AgEB"), | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,46 @@ | ||
module github.com/cloudflare/cfssl | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c | ||
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect | ||
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect | ||
github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a | ||
github.com/cloudflare/redoctober v0.0.0-20201013214028-99c99a8e7544 | ||
github.com/cncf/udpa/go v0.0.0-20210322005330-6414d713912e // indirect | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.6.1 // indirect | ||
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect | ||
github.com/cloudflare/redoctober v0.0.0-20211013234631-6a74ccc611f6 | ||
github.com/go-sql-driver/mysql v1.6.0 | ||
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/certificate-transparency-go v1.1.2-0.20210511102531-373a877eec92 | ||
github.com/google/uuid v1.2.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548 | ||
github.com/google/certificate-transparency-go v1.1.4 | ||
github.com/jmhodges/clock v1.2.0 | ||
github.com/jmoiron/sqlx v1.3.3 | ||
github.com/json-iterator/go v1.1.11 // indirect | ||
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46 | ||
github.com/kisom/goutils v1.4.3 | ||
github.com/kylelemons/go-gypsy v1.0.0 // indirect | ||
github.com/lib/pq v1.10.1 | ||
github.com/mattn/go-runewidth v0.0.12 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.7 | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/prometheus/client_golang v1.10.0 | ||
github.com/prometheus/common v0.24.0 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/soheilhy/cmux v0.1.5 // indirect | ||
github.com/spf13/cobra v1.1.3 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.15 | ||
github.com/prometheus/client_golang v1.13.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect | ||
github.com/urfave/cli v1.22.5 // indirect | ||
github.com/ziutek/mymysql v1.5.4 // indirect | ||
github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc | ||
github.com/zmap/zlint/v3 v3.1.0 | ||
go.uber.org/multierr v1.7.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 | ||
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect | ||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect | ||
google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect | ||
honnef.co/go/tools v0.1.4 // indirect | ||
golang.org/x/crypto v0.3.0 | ||
golang.org/x/net v0.2.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/getsentry/sentry-go v0.11.0 // indirect | ||
github.com/go-logr/logr v1.2.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/kylelemons/go-gypsy v1.0.0 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b // indirect | ||
github.com/ziutek/mymysql v1.5.4 // indirect | ||
golang.org/x/sys v0.2.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/klog/v2 v2.80.1 // indirect | ||
) |
Oops, something went wrong.