Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fixing goreleasers
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonjbjelland committed Jul 22, 2023
1 parent e4e9d77 commit 1fe319e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/go-logr/logr v1.2.3
github.com/go-playground/validator/v10 v10.14.1
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/spf13/cobra v1.6.0
github.com/sethvargo/go-envconfig v0.9.0
github.com/spf13/cobra v1.6.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.49.0
Expand Down Expand Up @@ -80,15 +80,15 @@ require (
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/text v0.8.0
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.6.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.30.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.26.1 // indirect
k8s.io/component-base v0.26.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion kubectl/build-remote/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
release:
prerelease: "true"
builds:
- main: .
- main: ./kubectl/build-remote/
env:
- CGO_ENABLED=0
goos:
Expand Down
2 changes: 1 addition & 1 deletion kubectl/open-notebook/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
release:
prerelease: "true"
builds:
- main: .
- main: ./kubectl/open-notebook/
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 1fe319e

Please sign in to comment.