Skip to content

Commit

Permalink
Bump github.com/loopholelabs/releaser from 0.1.5 to 0.1.6
Browse files Browse the repository at this point in the history
Bumps [github.com/loopholelabs/releaser](https://github.com/loopholelabs/releaser) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/loopholelabs/releaser/releases)
- [Commits](loopholelabs/releaser@v0.1.5...v0.1.6)

---
updated-dependencies:
- dependency-name: github.com/loopholelabs/releaser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent b72dd3f commit 9cd06d0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 450 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ require (
github.com/go-openapi/validate v0.24.0
github.com/loopholelabs/auth v0.2.47
github.com/loopholelabs/cmdutils v0.1.4
github.com/loopholelabs/releaser v0.1.5
github.com/loopholelabs/releaser v0.1.6
github.com/loopholelabs/scale v0.4.8
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/go-homedir v1.1.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/pkg/errors v0.9.1
github.com/posthog/posthog-go v0.0.0-20230801140217-d607812dee69
github.com/rs/zerolog v1.31.0
github.com/spf13/cobra v1.7.0
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.17.0
github.com/spf13/viper v1.19.0
github.com/valyala/fasthttp v1.55.0
)

Expand All @@ -44,15 +44,15 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/evanw/esbuild v0.19.5 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/analysis v0.23.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/loads v0.22.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-resty/resty/v2 v2.11.0 // indirect
github.com/go-resty/resty/v2 v2.13.1 // indirect
github.com/gocarina/gocsv v0.0.0-20230616125104-99d496ca653d // indirect
github.com/gofiber/fiber/v2 v2.52.5 // indirect
github.com/gofiber/helmet/v2 v2.2.26 // indirect
Expand Down Expand Up @@ -81,13 +81,13 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tetratelabs/wazero v1.5.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
Expand Down
Loading

0 comments on commit 9cd06d0

Please sign in to comment.