Skip to content

Commit

Permalink
build(deps): bump github.com/stacklok/trusty-sdk-go from 0.2.1 to 0.2…
Browse files Browse the repository at this point in the history
….2 in the all group (#69)

* build(deps): bump github.com/stacklok/trusty-sdk-go in the all group

Bumps the all group with 1 update: [github.com/stacklok/trusty-sdk-go](https://github.com/stacklok/trusty-sdk-go).


Updates `github.com/stacklok/trusty-sdk-go` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/stacklok/trusty-sdk-go/releases)
- [Commits](stacklok/trusty-sdk-go@v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/stacklok/trusty-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix import path.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michelangelo Mori <[email protected]>
  • Loading branch information
dependabot[bot] and blkt authored Nov 11, 2024
1 parent 6e5cf31 commit 7664496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/BurntSushi/toml v1.4.0
github.com/google/go-github/v60 v60.0.0
github.com/stacklok/trusty-sdk-go v0.2.1
github.com/stacklok/trusty-sdk-go v0.2.2
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 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 @@ -11,8 +11,8 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stacklok/trusty-sdk-go v0.2.1 h1:4y0nVAmM3nSi3MCU6AO1rY3Iqdg/cQIqVxqxj+977c8=
github.com/stacklok/trusty-sdk-go v0.2.1/go.mod h1:JjZ0KWyQ5Hbgr9J4vAcKn/uBaWk+WrthWkk7G6HXeMs=
github.com/stacklok/trusty-sdk-go v0.2.2 h1:55B2DrneLYZXxBaNEeyRMGac7mj+pFbrKomx/hSxUyI=
github.com/stacklok/trusty-sdk-go v0.2.2/go.mod h1:BbXNVVT32meuxyJuO4pmXRzVPjc/9AXob2sBbOPiKpk=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
Expand Down
2 changes: 1 addition & 1 deletion pkg/trustyapi/trusty_structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

package trustyapi

import "github.com/stacklok/trusty-sdk-go/pkg/types"
import "github.com/stacklok/trusty-sdk-go/pkg/v1/types"

type Package struct {
PackageName string `json:"package_name"`
Expand Down

0 comments on commit 7664496

Please sign in to comment.