Skip to content

Commit 072f465

Browse files
build(deps): bump the modules group across 1 directory with 6 updates
Bumps the modules group with 6 updates in the / directory: | 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.7.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.7.0 - [Release notes](https://github.com/teler-sh/teler-waf/releases) - [Commits](teler-sh/teler-waf@v1.5.1...v1.7.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 072f465

File tree

2 files changed

+153
-125
lines changed

2 files changed

+153
-125
lines changed

go.mod

Lines changed: 24 additions & 23 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.7.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
@@ -35,12 +33,16 @@ require (
3533
github.com/beorn7/perks v1.0.1 // indirect
3634
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3735
github.com/bitfield/script v0.22.0 // indirect
36+
github.com/bytedance/sonic v1.12.8 // indirect
37+
github.com/bytedance/sonic/loader v0.2.2 // indirect
3838
github.com/caddyserver/caddy/v2 v2.8.4 // indirect
3939
github.com/caddyserver/certmagic v0.21.3 // indirect
4040
github.com/caddyserver/zerossl v0.1.3 // indirect
4141
github.com/cespare/xxhash v1.1.0 // indirect
4242
github.com/cespare/xxhash/v2 v2.2.0 // indirect
43+
github.com/charmbracelet/x/ansi v0.4.2 // indirect
4344
github.com/chzyer/readline v1.5.1 // indirect
45+
github.com/cloudwego/base64x v0.1.5 // indirect
4446
github.com/codingsince1985/checksum v1.3.0 // indirect
4547
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
4648
github.com/daniel-hutao/spinlock v0.1.0 // indirect
@@ -50,6 +52,8 @@ require (
5052
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
5153
github.com/dustin/go-humanize v1.0.1 // indirect
5254
github.com/dwisiswant0/clientip v0.3.0 // indirect
55+
github.com/dwisiswant0/pcregexp v0.1.0 // indirect
56+
github.com/ebitengine/purego v0.8.2 // indirect
5357
github.com/expr-lang/expr v1.16.3 // indirect
5458
github.com/felixge/httpsnoop v1.0.4 // indirect
5559
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
@@ -69,7 +73,6 @@ require (
6973
github.com/golang/protobuf v1.5.4 // indirect
7074
github.com/golang/snappy v0.0.4 // indirect
7175
github.com/google/cel-go v0.20.1 // indirect
72-
github.com/google/go-cmp v0.6.0 // indirect
7376
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
7477
github.com/google/s2a-go v0.1.7 // indirect
7578
github.com/google/uuid v1.6.0 // indirect
@@ -111,7 +114,6 @@ require (
111114
github.com/mitchellh/go-ps v1.0.0 // indirect
112115
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
113116
github.com/mitchellh/reflectwalk v1.0.2 // indirect
114-
github.com/muesli/reflow v0.3.0 // indirect
115117
github.com/muesli/termenv v0.15.2 // indirect
116118
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
117119
github.com/otiai10/copy v1.14.0 // indirect
@@ -124,15 +126,14 @@ require (
124126
github.com/prometheus/client_model v0.5.0 // indirect
125127
github.com/prometheus/common v0.48.0 // indirect
126128
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
129+
github.com/quic-go/qpack v0.5.1 // indirect
130+
github.com/quic-go/quic-go v0.48.2 // indirect
131+
github.com/rivo/uniseg v0.4.7 // indirect
130132
github.com/robfig/cron/v3 v3.0.1 // indirect
131133
github.com/rs/xid v1.5.0 // indirect
132134
github.com/russross/blackfriday/v2 v2.1.0 // indirect
133135
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
134136
github.com/samber/lo v1.39.0 // indirect
135-
github.com/scorpionknifes/go-pcre v0.0.0-20210805092536-77486363b797 // indirect
136137
github.com/shopspring/decimal v1.2.0 // indirect
137138
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
138139
github.com/slackhq/nebula v1.6.1 // indirect
@@ -149,6 +150,7 @@ require (
149150
github.com/tailscale/tscert v0.0.0-20240517230440-bbccfbf48933 // indirect
150151
github.com/teler-sh/dsl v1.0.2 // indirect
151152
github.com/twharmon/gouid v0.6.0 // indirect
153+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
152154
github.com/ulikunitz/xz v0.5.11 // indirect
153155
github.com/urfave/cli v1.22.14 // indirect
154156
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -171,21 +173,20 @@ require (
171173
go.uber.org/multierr v1.11.0 // indirect
172174
go.uber.org/zap v1.27.0 // indirect
173175
go.uber.org/zap/exp v0.2.0 // indirect
174-
golang.org/x/crypto v0.25.0 // indirect
176+
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
177+
golang.org/x/crypto v0.31.0 // indirect
175178
golang.org/x/crypto/x509roots/fallback v0.0.0-20240507223354-67b13616a595 // indirect
176179
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
177180
golang.org/x/mod v0.17.0 // indirect
178-
golang.org/x/net v0.27.0 // indirect
181+
golang.org/x/net v0.30.0 // indirect
179182
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
183+
golang.org/x/sync v0.10.0 // indirect
184+
golang.org/x/sys v0.29.0 // indirect
185+
golang.org/x/term v0.27.0 // indirect
186+
golang.org/x/text v0.21.0 // indirect
184187
golang.org/x/time v0.5.0 // indirect
185188
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
186-
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
187189
google.golang.org/api v0.180.0 // indirect
188-
google.golang.org/appengine v1.6.8 // indirect
189190
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
190191
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
191192
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect

0 commit comments

Comments
 (0)