Skip to content

Commit

Permalink
Bump github.com/adevinta/vulcan-types from 1.2.5 to 1.2.6 (#264)
Browse files Browse the repository at this point in the history
Bumps [github.com/adevinta/vulcan-types](https://github.com/adevinta/vulcan-types) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/adevinta/vulcan-types/releases)
- [Commits](adevinta/vulcan-types@v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: github.com/adevinta/vulcan-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent e3ad887 commit bf754ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/adevinta/vulcan-api

go 1.21.0
toolchain go1.21.3
toolchain go1.21.4

require (
github.com/adevinta/errors v1.0.0
Expand All @@ -11,7 +11,7 @@ require (
github.com/adevinta/vulcan-report v1.0.0
github.com/adevinta/vulcan-scan-engine v1.1.18
github.com/adevinta/vulcan-tracker v0.1.0
github.com/adevinta/vulcan-types v1.2.5
github.com/adevinta/vulcan-types v1.2.6
github.com/adevinta/vulnerability-db-api v1.1.13
github.com/aws/aws-sdk-go v1.47.0
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0
Expand Down Expand Up @@ -64,7 +64,7 @@ require (
github.com/magiconair/properties v1.8.7 // indirect
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/miekg/dns v1.1.56 // indirect
github.com/miekg/dns v1.1.57 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ github.com/adevinta/vulcan-scan-engine v1.1.18 h1:ODHzR51leu+4mGU/25lbY/r2rHktT4
github.com/adevinta/vulcan-scan-engine v1.1.18/go.mod h1:jYZnKqSDHFeSUkdy70q6a3rRo28vmsp0z5Ln+AyGwCs=
github.com/adevinta/vulcan-tracker v0.1.0 h1:4yxstht26cYFsM9YbwCkaYqSgJMNr2vnmLq5hJvF0TM=
github.com/adevinta/vulcan-tracker v0.1.0/go.mod h1:TSu3Us37G1SHnA/tpwngZEA6/eQMeGMditW1ZY/zjQ8=
github.com/adevinta/vulcan-types v1.2.5 h1:gYJI1OsQ+MQAX1tXBH3vMrBuDNmwMlAlRGX0zdXph+A=
github.com/adevinta/vulcan-types v1.2.5/go.mod h1:/QZcpEwdRahgwVMXVnP2Zi0z95JuOKApZcPSAi2vKoI=
github.com/adevinta/vulcan-types v1.2.6 h1:YJjmrKT80dmEYBvHmPSlGwyEw2IYDEZBdGRJ4Acs43A=
github.com/adevinta/vulcan-types v1.2.6/go.mod h1:4YDQINNW7pb6zkhgru28bFi+zci+xZntVxPiDHtRkxw=
github.com/adevinta/vulnerability-db-api v1.1.13 h1:OeyaIOGgVkBT1LKCXi+kFhU2dHJjkFA1ossCrAMAlv8=
github.com/adevinta/vulnerability-db-api v1.1.13/go.mod h1:NaZbTZciM7Shwke3q+v/kDiXPXU5Si5NT9k7P7qTMmw=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down Expand Up @@ -384,8 +384,8 @@ github.com/mattn/go-sqlite3 v1.14.0/go.mod h1:JIl7NbARA7phWnGvh0LKTyg7S9BA+6gx71
github.com/mattn/go-sqlite3 v2.0.2+incompatible h1:qzw9c2GNT8UFrgWNDhCTqRqYUSmu/Dav/9Z58LGpk7U=
github.com/mattn/go-sqlite3 v2.0.2+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/miekg/dns v1.1.56 h1:5imZaSeoRNvpM9SzWNhEcP9QliKiz20/dA2QabIGVnE=
github.com/miekg/dns v1.1.56/go.mod h1:cRm6Oo2C8TY9ZS/TqsSrseAcncm74lfK5G+ikN2SWWY=
github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=
github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
Expand Down Expand Up @@ -644,8 +644,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sync v0.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down

0 comments on commit bf754ec

Please sign in to comment.