Skip to content

Commit 9798eb1

Browse files
committed
update
1 parent d75f4c6 commit 9798eb1

File tree

2 files changed

+1673
-4
lines changed

2 files changed

+1673
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
module hhftechnology/pangolin-cloudflare-tunnel
1+
module hhftechnology/traefik-cloudflare-tunnel
22

33
go 1.23.0
44

55
toolchain go1.23.3
66

77
require (
88
github.com/cloudflare/cloudflare-go v0.109.0
9-
github.com/go-resty/resty/v2 v2.16.5
9+
github.com/go-resty/resty/v2 v2.16.0
1010
github.com/sirupsen/logrus v1.9.3
11-
github.com/traefik/traefik/v3 v3.3.3
11+
github.com/traefik/traefik/v3 v3.2.0
1212
)
1313

1414
require (
@@ -44,4 +44,4 @@ replace (
4444
github.com/abbot/go-http-auth => github.com/containous/go-http-auth v0.4.1-0.20200324110947-a37a7636d23e
4545
github.com/go-check/check => github.com/containous/check v0.0.0-20170915194414-ca0bf163426a
4646
github.com/gorilla/mux => github.com/containous/mux v0.0.0-20181024131434-c33f32e26898
47-
)
47+
)

0 commit comments

Comments
 (0)