Skip to content

Commit

Permalink
Switch the import path (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Jan 22, 2024
1 parent 845f1b2 commit 16b958d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
kms "cloud.google.com/go/kms/apiv1"
"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/chainguard-dev/clog"
"github.com/chainguard-dev/octo-sts/pkg/gcpkms"
"github.com/chainguard-dev/octo-sts/pkg/octosts"
"github.com/kelseyhightower/envconfig"
"github.com/mattmoor/octo-sts/pkg/gcpkms"
"github.com/mattmoor/octo-sts/pkg/octosts"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mattmoor/octo-sts
module github.com/chainguard-dev/octo-sts

go 1.21.2

Expand All @@ -14,6 +14,7 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/go-github/v57 v57.0.0
github.com/kelseyhightower/envconfig v1.4.0
google.golang.org/api v0.149.0
google.golang.org/grpc v1.60.1
sigs.k8s.io/yaml v1.4.0
)
Expand Down Expand Up @@ -65,7 +66,6 @@ require (
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/api v0.149.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
Expand Down

0 comments on commit 16b958d

Please sign in to comment.