Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 8aa7fa3

Browse files
chore(deps): update dependency go to v1.24.2 (#65)
1 parent 91a5331 commit 8aa7fa3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ module certalert
22

33
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/fsnotify/fsnotify v1.8.0
99
github.com/gorilla/mux v1.8.1
1010
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23
1111
github.com/mitchellh/copystructure v1.2.0
12-
github.com/mitchellh/mapstructure v1.5.0
1312
github.com/pavlo-v-chernykh/keystore-go/v4 v4.5.0
1413
github.com/prometheus/client_golang v1.21.1
1514
github.com/rs/zerolog v1.34.0

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZ
4040
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
4141
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
4242
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
43-
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
44-
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
4543
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
4644
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
4745
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=

0 commit comments

Comments
 (0)