File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/statping-ng/statping-ng
22
3- go 1.19
3+ go 1.21.0
4+
5+ toolchain go1.22.2
46
57require (
68 github.com/GeertJohan/go.rice v1.0.3
@@ -10,7 +12,7 @@ require (
1012 github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
1113 github.com/fatih/structs v1.1.0
1214 github.com/foomo/simplecert v1.7.5
13- github.com/foomo/tlsconfig v0 .0.0-20180418120404-b67861b076c9
15+ github.com/foomo/tlsconfig v1 .0.1
1416 github.com/getsentry/sentry-go v0.5.1
1517 github.com/go-mail/mail v2.3.1+incompatible
1618 github.com/go-ping/ping v1.1.0
Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ github.com/foomo/simplecert v1.7.5 h1:5654G52nAaFGdIjQsjCbccqkQraN9oa2qvh4Ugtc+r
184184github.com/foomo/simplecert v1.7.5 /go.mod h1:RojYROT3nMm8GtJZAPUz0sM5YuSQ/6MIdZvtLTqsxbc =
185185github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9 h1:RPOsDNbnDUFaSt/3bCxUsaGCJsKqA6dGubevl20nE9g =
186186github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9 /go.mod h1:OdiGKKgTAfMv7x9Hh9qYFueue77tr09LUAxwy2+M8wY =
187+ github.com/foomo/tlsconfig v1.0.1 h1:vcMVL+2DfcDach9TBnCPZUnae2RbOG6VdKvT2E7Opfo =
188+ github.com/foomo/tlsconfig v1.0.1 /go.mod h1:Pj9jXflQwTYxDqCMX7SfkarmLkDtdwn4JCxpq8pvtzg =
187189github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
188190github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
189191github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI =
You can’t perform that action at this time.
0 commit comments