1
1
module github.com/pojntfx/weron
2
2
3
- // +heroku goVersion go1.21.0
4
- go 1.21.0
3
+ // +heroku goVersion go1.24.2
4
+ go 1.24
5
5
6
- toolchain go1.22.6
6
+ toolchain go1.24.2
7
7
8
8
require (
9
9
github.com/friendsofgo/errors v0.9.2
@@ -14,74 +14,71 @@ require (
14
14
github.com/json-iterator/go v1.1.12
15
15
github.com/lib/pq v1.10.9
16
16
github.com/mitchellh/mapstructure v1.5.0
17
- github.com/pion/webrtc/v3 v3.3.0
17
+ github.com/pion/webrtc/v3 v3.3.5
18
18
github.com/pojntfx/go-auth-utils v0.1.0
19
- github.com/rs/zerolog v1.33 .0
20
- github.com/rubenv/sql-migrate v1.7 .0
19
+ github.com/rs/zerolog v1.34 .0
20
+ github.com/rubenv/sql-migrate v1.8 .0
21
21
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22
- github.com/spf13/cobra v1.8 .1
23
- github.com/spf13/pflag v1.0.5
24
- github.com/spf13/viper v1.19.0
22
+ github.com/spf13/cobra v1.9 .1
23
+ github.com/spf13/pflag v1.0.6
24
+ github.com/spf13/viper v1.20.1
25
25
github.com/teivah/broadcast v0.1.0
26
26
github.com/vishvananda/netlink v1.3.0
27
27
github.com/volatiletech/null/v8 v8.1.2
28
- github.com/volatiletech/sqlboiler/v4 v4.16.2
29
- github.com/volatiletech/strmangle v0.0.6
30
- golang.org/x/crypto v0.26 .0
31
- golang.org/x/sync v0.8 .0
28
+ github.com/volatiletech/sqlboiler/v4 v4.18.0
29
+ github.com/volatiletech/strmangle v0.0.8
30
+ golang.org/x/crypto v0.37 .0
31
+ golang.org/x/sync v0.13 .0
32
32
)
33
33
34
34
require (
35
35
github.com/cespare/xxhash/v2 v2.3.0 // indirect
36
- github.com/coreos/go-oidc/v3 v3.11.0 // indirect
36
+ github.com/coreos/go-oidc/v3 v3.14.1 // indirect
37
37
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
38
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
39
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
39
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
40
40
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
41
- github.com/go-jose/go-jose/v4 v4.0.4 // indirect
41
+ github.com/go-jose/go-jose/v4 v4.1.0 // indirect
42
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
42
43
github.com/gofrs/uuid v4.4.0+incompatible // indirect
43
- github.com/hashicorp/hcl v1.0.0 // indirect
44
44
github.com/inconshreveable/mousetrap v1.1.0 // indirect
45
- github.com/magiconair/properties v1.8.7 // indirect
46
- github.com/mattn/go-colorable v0.1.13 // indirect
45
+ github.com/mattn/go-colorable v0.1.14 // indirect
47
46
github.com/mattn/go-isatty v0.0.20 // indirect
48
47
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
49
48
github.com/modern-go/reflect2 v1.0.2 // indirect
50
- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
51
- github.com/pion/datachannel v1.5.9 // indirect
49
+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
50
+ github.com/pion/datachannel v1.5.10 // indirect
52
51
github.com/pion/dtls/v2 v2.2.12 // indirect
53
- github.com/pion/ice/v2 v2.3.34 // indirect
54
- github.com/pion/interceptor v0.1.30 // indirect
55
- github.com/pion/logging v0.2.2 // indirect
52
+ github.com/pion/ice/v2 v2.3.37 // indirect
53
+ github.com/pion/interceptor v0.1.37 // indirect
54
+ github.com/pion/logging v0.2.3 // indirect
56
55
github.com/pion/mdns v0.0.12 // indirect
57
56
github.com/pion/randutil v0.1.0 // indirect
58
- github.com/pion/rtcp v1.2.14 // indirect
59
- github.com/pion/rtp v1.8.9 // indirect
60
- github.com/pion/sctp v1.8.33 // indirect
61
- github.com/pion/sdp/v3 v3.0.9 // indirect
57
+ github.com/pion/rtcp v1.2.15 // indirect
58
+ github.com/pion/rtp v1.8.13 // indirect
59
+ github.com/pion/sctp v1.8.38 // indirect
60
+ github.com/pion/sdp/v3 v3.0.11 // indirect
62
61
github.com/pion/srtp/v2 v2.0.20 // indirect
63
62
github.com/pion/stun v0.6.1 // indirect
64
63
github.com/pion/transport/v2 v2.2.10 // indirect
64
+ github.com/pion/transport/v3 v3.0.7 // indirect
65
65
github.com/pion/turn/v2 v2.1.6 // indirect
66
66
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
67
- github.com/sagikazarmark/locafero v0.6.0 // indirect
68
- github.com/sagikazarmark/slog-shim v0.1.0 // indirect
67
+ github.com/sagikazarmark/locafero v0.9.0 // indirect
69
68
github.com/sourcegraph/conc v0.3.0 // indirect
70
- github.com/spf13/afero v1.11 .0 // indirect
71
- github.com/spf13/cast v1.7.0 // indirect
72
- github.com/stretchr/testify v1.9 .0 // indirect
69
+ github.com/spf13/afero v1.14 .0 // indirect
70
+ github.com/spf13/cast v1.7.1 // indirect
71
+ github.com/stretchr/testify v1.10 .0 // indirect
73
72
github.com/subosito/gotenv v1.6.0 // indirect
74
- github.com/vishvananda/netns v0.0.4 // indirect
73
+ github.com/vishvananda/netns v0.0.5 // indirect
75
74
github.com/volatiletech/inflect v0.0.1 // indirect
76
75
github.com/volatiletech/randomize v0.0.1 // indirect
77
- github.com/wlynxg/anet v0.0.4 // indirect
76
+ github.com/wlynxg/anet v0.0.5 // indirect
78
77
go.uber.org/multierr v1.11.0 // indirect
79
- golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
80
- golang.org/x/net v0.28.0 // indirect
81
- golang.org/x/oauth2 v0.22.0 // indirect
82
- golang.org/x/sys v0.24.0 // indirect
83
- golang.org/x/text v0.17.0 // indirect
84
- golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
85
- gopkg.in/ini.v1 v1.67.0 // indirect
78
+ golang.org/x/net v0.39.0 // indirect
79
+ golang.org/x/oauth2 v0.29.0 // indirect
80
+ golang.org/x/sys v0.32.0 // indirect
81
+ golang.org/x/text v0.24.0 // indirect
82
+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
86
83
gopkg.in/yaml.v3 v3.0.1 // indirect
87
84
)
0 commit comments