Skip to content

Commit e63565f

Browse files
committed
chore(deps): fix-tools
1 parent aa2dfcb commit e63565f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/mattn/go-isatty v0.0.20
2121
github.com/mitchellh/go-homedir v1.1.0
2222
github.com/muesli/termenv v0.15.2
23-
github.com/murphysecurity/fix-tools v0.1.9-0.20241126070956-23ca588dc989
23+
github.com/murphysecurity/fix-tools v0.1.9
2424
github.com/pelletier/go-toml/v2 v2.1.1
2525
github.com/pkg/errors v0.9.1
2626
github.com/repeale/fp-go v0.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ github.com/mmcloughlin/avo v0.6.0 h1:QH6FU8SKoTLaVs80GA8TJuLNkUYl4VokHKlPhVDg4YY
129129
github.com/mmcloughlin/avo v0.6.0/go.mod h1:8CoAGaCSYXtCPR+8y18Y9aB/kxb8JSS6FRI7mSkvD+8=
130130
github.com/muesli/termenv v0.15.2 h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=
131131
github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1noLXviQ8=
132-
github.com/murphysecurity/fix-tools v0.1.9-0.20241126070956-23ca588dc989 h1:4zmMDhiEOhmdH328wDidY+Pbypl6Elk4auS2egxUGt0=
133-
github.com/murphysecurity/fix-tools v0.1.9-0.20241126070956-23ca588dc989/go.mod h1:UI1rONQtbt95/DWJK9bTPC5aGg/KEa7W4pRZB4J7Ve4=
132+
github.com/murphysecurity/fix-tools v0.1.9 h1:QF+VyChuriOzq9zjwSo7+4cQfEKT4IPgoOPatgY1gWg=
133+
github.com/murphysecurity/fix-tools v0.1.9/go.mod h1:8ZYY1yfEI7ygPra9YPoQj77dPopL5wH3TOTl39k/Nvo=
134134
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
135135
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
136136
github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=

0 commit comments

Comments
 (0)