Skip to content

Commit

Permalink
chore: dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTipo01 committed Feb 28, 2024
1 parent 302278d commit d6ef566
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 169 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.4
go-version: 'stable'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down
39 changes: 30 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,44 @@
module github.com/TheTipo01/roberto

go 1.16
go 1.21

toolchain go1.22.0

require (
github.com/TheTipo01/libRoberto v0.0.0-20230520123730-c864ae48caaa
github.com/bwmarrin/discordgo v0.27.2-0.20230816134654-ff9176adccb6
github.com/bwmarrin/discordgo v0.27.2-0.20240226111802-8968e58b4d9a
github.com/bwmarrin/lit v0.0.0-20190813132558-fd4b44871312
github.com/google/uuid v1.4.0 // indirect
github.com/kkyr/fig v0.4.0
modernc.org/sqlite v1.29.2
)

require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/forPelevin/gomoji v1.1.8 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/goodsign/monday v1.0.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/kkyr/fig v0.3.2
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
golang.org/x/tools v0.16.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
lukechampine.com/uint128 v1.3.0 // indirect
modernc.org/libc v1.34.11 // indirect
modernc.org/sqlite v1.27.0
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/token v1.1.0 // indirect
)
Loading

0 comments on commit d6ef566

Please sign in to comment.