Skip to content

Commit 1e38adf

Browse files
committed
Update go.mod
1 parent a4e3b6b commit 1e38adf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/philips-software/logproxy
22

3+
go 1.24
4+
35
require (
46
github.com/google/uuid v1.6.0
57
github.com/hashicorp/go-multierror v1.1.1
@@ -80,6 +82,3 @@ require (
8082
gopkg.in/ini.v1 v1.67.0 // indirect
8183
gopkg.in/yaml.v3 v3.0.1 // indirect
8284
)
83-
84-
go 1.22.7
85-
toolchain go1.23.2

0 commit comments

Comments
 (0)