This repository was archived by the owner on Aug 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ module certalert
22
33go 1.24
44
5- toolchain go1.24.1
5+ toolchain go1.24.2
66
77require (
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
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZ
4040github.com/mattn/go-runewidth v0.0.15 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
4141github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
4242github.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 =
4543github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ =
4644github.com/mitchellh/reflectwalk v1.0.2 /go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw =
4745github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
You can’t perform that action at this time.
0 commit comments