Skip to content

Commit 6817940

Browse files
build(deps): bump the modules group with 6 updates
Bumps the modules group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `0.9.1` | `1.0.0` | | [github.com/charmbracelet/log](https://github.com/charmbracelet/log) | `0.3.1` | `0.4.0` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` | | [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) | `1.34.0` | `1.37.0` | | [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` | | [github.com/teler-sh/teler-waf](https://github.com/teler-sh/teler-waf) | `1.5.1` | `1.6.0` | Updates `github.com/charmbracelet/lipgloss` from 0.9.1 to 1.0.0 - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml) - [Commits](charmbracelet/lipgloss@v0.9.1...v1.0.0) Updates `github.com/charmbracelet/log` from 0.3.1 to 0.4.0 - [Release notes](https://github.com/charmbracelet/log/releases) - [Commits](charmbracelet/log@v0.3.1...v0.4.0) Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0) Updates `github.com/go-co-op/gocron` from 1.34.0 to 1.37.0 - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](go-co-op/gocron@v1.34.0...v1.37.0) Updates `github.com/mattn/go-colorable` from 0.1.13 to 0.1.14 - [Commits](mattn/go-colorable@v0.1.13...v0.1.14) Updates `github.com/teler-sh/teler-waf` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/teler-sh/teler-waf/releases) - [Commits](teler-sh/teler-waf@v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/lipgloss dependency-type: direct:production update-type: version-update:semver-major dependency-group: modules - dependency-name: github.com/charmbracelet/log dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modules - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modules - dependency-name: github.com/go-co-op/gocron dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modules - dependency-name: github.com/mattn/go-colorable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/teler-sh/teler-waf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4302ba6 commit 6817940

File tree

2 files changed

+127
-122
lines changed

2 files changed

+127
-122
lines changed

go.mod

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
module github.com/teler-sh/teler-proxy
22

33
go 1.21.0
4-
5-
toolchain go1.22.0
4+
toolchain go1.22.5
65

76
require (
8-
github.com/charmbracelet/lipgloss v0.9.1
9-
github.com/charmbracelet/log v0.3.1
10-
github.com/fsnotify/fsnotify v1.7.0
11-
github.com/go-co-op/gocron v1.34.0
12-
github.com/mattn/go-colorable v0.1.13
13-
github.com/teler-sh/teler-waf v1.5.1
7+
github.com/charmbracelet/lipgloss v1.0.0
8+
github.com/charmbracelet/log v0.4.0
9+
github.com/fsnotify/fsnotify v1.8.0
10+
github.com/go-co-op/gocron v1.37.0
11+
github.com/mattn/go-colorable v0.1.14
12+
github.com/teler-sh/teler-waf v1.6.0
1413
)
1514

1615
require (
1716
cloud.google.com/go v0.112.2 // indirect
1817
cloud.google.com/go/auth v0.4.1 // indirect
1918
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
20-
cloud.google.com/go/compute v1.25.1 // indirect
2119
cloud.google.com/go/compute/metadata v0.3.0 // indirect
2220
cloud.google.com/go/iam v1.1.8 // indirect
2321
cloud.google.com/go/storage v1.39.1 // indirect
@@ -40,6 +38,7 @@ require (
4038
github.com/caddyserver/zerossl v0.1.3 // indirect
4139
github.com/cespare/xxhash v1.1.0 // indirect
4240
github.com/cespare/xxhash/v2 v2.2.0 // indirect
41+
github.com/charmbracelet/x/ansi v0.4.2 // indirect
4342
github.com/chzyer/readline v1.5.1 // indirect
4443
github.com/codingsince1985/checksum v1.3.0 // indirect
4544
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
@@ -69,7 +68,6 @@ require (
6968
github.com/golang/protobuf v1.5.4 // indirect
7069
github.com/golang/snappy v0.0.4 // indirect
7170
github.com/google/cel-go v0.20.1 // indirect
72-
github.com/google/go-cmp v0.6.0 // indirect
7371
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
7472
github.com/google/s2a-go v0.1.7 // indirect
7573
github.com/google/uuid v1.6.0 // indirect
@@ -111,7 +109,6 @@ require (
111109
github.com/mitchellh/go-ps v1.0.0 // indirect
112110
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
113111
github.com/mitchellh/reflectwalk v1.0.2 // indirect
114-
github.com/muesli/reflow v0.3.0 // indirect
115112
github.com/muesli/termenv v0.15.2 // indirect
116113
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
117114
github.com/otiai10/copy v1.14.0 // indirect
@@ -124,9 +121,9 @@ require (
124121
github.com/prometheus/client_model v0.5.0 // indirect
125122
github.com/prometheus/common v0.48.0 // indirect
126123
github.com/prometheus/procfs v0.12.0 // indirect
127-
github.com/quic-go/qpack v0.4.0 // indirect
128-
github.com/quic-go/quic-go v0.44.0 // indirect
129-
github.com/rivo/uniseg v0.4.4 // indirect
124+
github.com/quic-go/qpack v0.5.1 // indirect
125+
github.com/quic-go/quic-go v0.48.2 // indirect
126+
github.com/rivo/uniseg v0.4.7 // indirect
130127
github.com/robfig/cron/v3 v3.0.1 // indirect
131128
github.com/rs/xid v1.5.0 // indirect
132129
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -171,21 +168,19 @@ require (
171168
go.uber.org/multierr v1.11.0 // indirect
172169
go.uber.org/zap v1.27.0 // indirect
173170
go.uber.org/zap/exp v0.2.0 // indirect
174-
golang.org/x/crypto v0.25.0 // indirect
171+
golang.org/x/crypto v0.28.0 // indirect
175172
golang.org/x/crypto/x509roots/fallback v0.0.0-20240507223354-67b13616a595 // indirect
176173
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
177174
golang.org/x/mod v0.17.0 // indirect
178-
golang.org/x/net v0.27.0 // indirect
175+
golang.org/x/net v0.30.0 // indirect
179176
golang.org/x/oauth2 v0.20.0 // indirect
180-
golang.org/x/sync v0.7.0 // indirect
181-
golang.org/x/sys v0.22.0 // indirect
182-
golang.org/x/term v0.22.0 // indirect
183-
golang.org/x/text v0.16.0 // indirect
177+
golang.org/x/sync v0.8.0 // indirect
178+
golang.org/x/sys v0.29.0 // indirect
179+
golang.org/x/term v0.25.0 // indirect
180+
golang.org/x/text v0.19.0 // indirect
184181
golang.org/x/time v0.5.0 // indirect
185182
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
186-
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
187183
google.golang.org/api v0.180.0 // indirect
188-
google.golang.org/appengine v1.6.8 // indirect
189184
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
190185
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
191186
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect

0 commit comments

Comments
 (0)