Skip to content

Commit

Permalink
Upgrade artifact library version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburth committed Aug 6, 2024
1 parent bee2e1a commit ca5416f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/fluxcd/pkg/apis/kustomize v1.5.0
github.com/fluxcd/pkg/apis/meta v1.5.0
github.com/fluxcd/source-controller/api v1.3.0
github.com/openfluxcd/artifact v0.0.0-20240731144814-1700a8a69770
github.com/openfluxcd/artifact v0.1.1-0.20240806190734-445fc08739f2
k8s.io/apiextensions-apiserver v0.30.0
k8s.io/apimachinery v0.30.0
sigs.k8s.io/controller-runtime v0.18.2
Expand Down
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ github.com/onsi/ginkgo/v2 v2.17.2 h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g
github.com/onsi/ginkgo/v2 v2.17.2/go.mod h1:nP2DPOQoNsQmsVyv5rDA8JkXQoCs6goXIvr/PRJ1eCc=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/openfluxcd/artifact v0.0.0-20240731144814-1700a8a69770 h1:UGC98DXRIwBlc5LabHz/61pq9KWiUed9LjcMkvSeyKs=
github.com/openfluxcd/artifact v0.0.0-20240731144814-1700a8a69770/go.mod h1:A+2bRh4vjyFK5A/mtfefqXA0weNSnazkkMJPJ4SMzm8=
github.com/openfluxcd/artifact v0.1.1-0.20240806190734-445fc08739f2 h1:uVJmGhxCU2jJJMbYH+YOdGrVhlItxlPcBRuku6bxDxc=
github.com/openfluxcd/artifact v0.1.1-0.20240806190734-445fc08739f2/go.mod h1:A+2bRh4vjyFK5A/mtfefqXA0weNSnazkkMJPJ4SMzm8=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/hashicorp/vault/api v1.13.0
github.com/onsi/gomega v1.33.1
github.com/opencontainers/go-digest v1.0.0
github.com/openfluxcd/artifact v0.0.0-20240731144814-1700a8a69770
github.com/openfluxcd/artifact v0.1.1-0.20240806190734-445fc08739f2
github.com/ory/dockertest/v3 v3.10.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrB
github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=
github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
github.com/openfluxcd/artifact v0.0.0-20240731144814-1700a8a69770 h1:UGC98DXRIwBlc5LabHz/61pq9KWiUed9LjcMkvSeyKs=
github.com/openfluxcd/artifact v0.0.0-20240731144814-1700a8a69770/go.mod h1:A+2bRh4vjyFK5A/mtfefqXA0weNSnazkkMJPJ4SMzm8=
github.com/openfluxcd/artifact v0.1.1-0.20240806190734-445fc08739f2 h1:uVJmGhxCU2jJJMbYH+YOdGrVhlItxlPcBRuku6bxDxc=
github.com/openfluxcd/artifact v0.1.1-0.20240806190734-445fc08739f2/go.mod h1:A+2bRh4vjyFK5A/mtfefqXA0weNSnazkkMJPJ4SMzm8=
github.com/ory/dockertest/v3 v3.10.0 h1:4K3z2VMe8Woe++invjaTB7VRyQXQy5UY+loujO4aNE4=
github.com/ory/dockertest/v3 v3.10.0/go.mod h1:nr57ZbRWMqfsdGdFNLHz5jjNdDb7VVFnzAeW1n5N1Lg=
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
Expand Down

0 comments on commit ca5416f

Please sign in to comment.