Skip to content

Commit

Permalink
Update go.mod versions
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Feb 10, 2024
1 parent 8909e42 commit 15e9b5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion caddy/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/infogulch/xtemplate/caddy

go 1.22
go 1.22.0

require (
github.com/caddyserver/caddy/v2 v2.7.4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/infogulch/xtemplate

go 1.22
go 1.22.0

require (
github.com/BurntSushi/toml v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion internal/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/infogulch/xtemplate/internal

go 1.21.3
go 1.22.0
2 changes: 1 addition & 1 deletion register/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/infogulch/xtemplate/register

go 1.21.3
go 1.22.0

require github.com/infogulch/xtemplate/internal v0.0.0-20231021220013-4590a227c4e2

Expand Down

0 comments on commit 15e9b5c

Please sign in to comment.