Skip to content

Commit b7222b4

Browse files
committedNov 18, 2021
update to latest go-sona-types, preserves IQ error messages.
1 parent 0e3cc7c commit b7222b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353 // indirect
2525
github.com/shopspring/decimal v1.2.0
2626
github.com/sirupsen/logrus v1.6.0
27-
github.com/sonatype-nexus-community/go-sona-types v0.1.2
27+
github.com/sonatype-nexus-community/go-sona-types v0.1.3
2828
github.com/spf13/afero v1.3.4 // indirect
2929
github.com/spf13/cast v1.3.1 // indirect
3030
github.com/spf13/cobra v1.0.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1
246246
github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=
247247
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
248248
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
249-
github.com/sonatype-nexus-community/go-sona-types v0.1.2 h1:0xDZ4g3CXICKKFlgb35fx2qlta3oH4MJawQ1Uae6AjQ=
250-
github.com/sonatype-nexus-community/go-sona-types v0.1.2/go.mod h1:VCloKfByIYi0oMo+Q83QzWvUENoUTLxSZmMsud4wvG4=
249+
github.com/sonatype-nexus-community/go-sona-types v0.1.3 h1:0QjZvnTI2zi6jzLIuYyRrIkNChnihgvd/3aUUsNIcTg=
250+
github.com/sonatype-nexus-community/go-sona-types v0.1.3/go.mod h1:VCloKfByIYi0oMo+Q83QzWvUENoUTLxSZmMsud4wvG4=
251251
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
252252
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
253253
github.com/spf13/afero v1.3.4 h1:8q6vk3hthlpb2SouZcnBVKboxWQWMDNF38bwholZrJc=

0 commit comments

Comments
 (0)
Please sign in to comment.