Skip to content

Commit

Permalink
(fix) revert go module major version bump.
Browse files Browse the repository at this point in the history
traefik does not support this.
  • Loading branch information
leonjza committed Jul 5, 2023
1 parent 4fe36a1 commit 028e515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .traefik.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
displayName: trauth
summary: '🔑 A simple, cookie based Traefik middleware plugin for HTTP Basic Single Sign-on'
type: middleware
import: github.com/leonjza/trauth/v2
import: github.com/leonjza/trauth

testData:
domain: localhost
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/leonjza/trauth/v2
module github.com/leonjza/trauth

go 1.20

Expand Down

0 comments on commit 028e515

Please sign in to comment.