-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 823 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/upfluence/pkg/v2
go 1.24.0
require (
github.com/stretchr/testify v1.11.1
github.com/upfluence/cfg v0.3.6
github.com/upfluence/errors v0.2.18
github.com/upfluence/log v0.0.6
github.com/upfluence/pkg v1.14.0
github.com/upfluence/stats v0.1.9
github.com/upfluence/thrift v2.6.10+incompatible
golang.org/x/exp v0.0.0-20250911091902-df9299821621
golang.org/x/oauth2 v0.31.0
golang.org/x/term v0.35.0
golang.org/x/text v0.29.0
golang.org/x/time v0.13.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/getsentry/sentry-go v0.35.3 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/sys v0.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)