-
Notifications
You must be signed in to change notification settings - Fork 7
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 #6 from A2va/update-cloudflare-go
Update cloudflare go to the latest version
- Loading branch information
Showing
3 changed files
with
1,538 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
module justmiles/traefik-cloudflare-tunnel | ||
|
||
go 1.22 | ||
go 1.23.0 | ||
|
||
toolchain go1.22.2 | ||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/cloudflare/cloudflare-go v0.86.0 | ||
github.com/go-resty/resty/v2 v2.11.0 | ||
github.com/cloudflare/cloudflare-go v0.109.0 | ||
github.com/go-resty/resty/v2 v2.16.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/traefik/traefik/v3 v3.0.1 | ||
github.com/traefik/traefik/v3 v3.2.0 | ||
) | ||
|
||
require ( | ||
github.com/containous/alice v0.0.0-20181107144136-d83ebdd94cbd // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/gravitational/trace v1.1.16-0.20220114165159-14a9a7dd6aaf // indirect | ||
github.com/gorilla/context v1.1.2 // indirect | ||
github.com/gorilla/mux v1.8.1 // indirect | ||
github.com/gravitational/trace v1.4.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect | ||
github.com/jonboulle/clockwork v0.4.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/miekg/dns v1.1.58 // indirect | ||
github.com/miekg/dns v1.1.62 // indirect | ||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rs/zerolog v1.29.0 // indirect | ||
github.com/traefik/paerser v0.2.0 // indirect | ||
github.com/rs/zerolog v1.33.0 // indirect | ||
github.com/traefik/paerser v0.2.1 // indirect | ||
github.com/vulcand/predicate v1.2.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/term v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/tools v0.20.0 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/term v0.26.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
golang.org/x/time v0.8.0 // indirect | ||
golang.org/x/tools v0.27.0 // indirect | ||
) | ||
|
||
replace ( | ||
github.com/abbot/go-http-auth => github.com/containous/go-http-auth v0.4.1-0.20200324110947-a37a7636d23e | ||
github.com/go-check/check => github.com/containous/check v0.0.0-20170915194414-ca0bf163426a | ||
github.com/gorilla/mux => github.com/containous/mux v0.0.0-20181024131434-c33f32e26898 | ||
) | ||
|
||
replace github.com/cloudflare/cloudflare-go => github.com/justmiles/cloudflare-go v0.39.1-0.20220514220619-ed137f796f9b |
Oops, something went wrong.