-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from UnownHash/updates
chore: update dependencies
- Loading branch information
Showing
2 changed files
with
146 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,90 @@ | ||
module golbat | ||
|
||
go 1.22 | ||
toolchain go1.22.6 | ||
|
||
require ( | ||
github.com/Depado/ginprom v1.8.0 | ||
github.com/Depado/ginprom v1.8.1 | ||
github.com/UnownHash/gohbem v0.11.3 | ||
github.com/getsentry/sentry-go v0.26.0 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/goccy/go-json v0.10.2 | ||
github.com/golang-migrate/migrate/v4 v4.17.0 | ||
github.com/getsentry/sentry-go v0.28.1 | ||
github.com/gin-gonic/gin v1.10.0 | ||
github.com/go-sql-driver/mysql v1.8.1 | ||
github.com/goccy/go-json v0.10.3 | ||
github.com/golang-migrate/migrate/v4 v4.17.1 | ||
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 | ||
github.com/grafana/pyroscope-go v1.1.1 | ||
github.com/jellydator/ttlcache/v3 v3.1.1 | ||
github.com/jmoiron/sqlx v1.3.5 | ||
github.com/grafana/pyroscope-go v1.1.2 | ||
github.com/jellydator/ttlcache/v3 v3.2.0 | ||
github.com/jmoiron/sqlx v1.4.0 | ||
github.com/knadh/koanf/maps v0.1.1 | ||
github.com/knadh/koanf/parsers/toml v0.1.0 | ||
github.com/knadh/koanf/providers/file v0.1.0 | ||
github.com/knadh/koanf/providers/file v1.1.0 | ||
github.com/knadh/koanf/providers/structs v0.1.0 | ||
github.com/knadh/koanf/v2 v2.0.2 | ||
github.com/knadh/koanf/v2 v2.1.1 | ||
github.com/nmvalera/striped-mutex v0.1.0 | ||
github.com/paulmach/orb v0.11.1 | ||
github.com/prometheus/client_golang v1.18.0 | ||
github.com/prometheus/client_golang v1.20.1 | ||
github.com/puzpuzpuz/xsync/v2 v2.5.1 | ||
github.com/ringsaturn/tzf v0.14.2 | ||
github.com/ringsaturn/tzf-rel v0.0.2023-d1 | ||
github.com/ringsaturn/tzf v0.15.0 | ||
github.com/ringsaturn/tzf-rel v0.0.2024-a | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/tidwall/rtree v1.10.0 | ||
github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f | ||
google.golang.org/grpc v1.61.0 | ||
google.golang.org/protobuf v1.33.0 | ||
google.golang.org/grpc v1.65.0 | ||
google.golang.org/protobuf v1.34.2 | ||
gopkg.in/guregu/null.v4 v4.0.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bytedance/sonic v1.10.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect | ||
github.com/chenzhuoyu/iasm v0.9.1 // indirect | ||
github.com/bytedance/sonic v1.12.1 // indirect | ||
github.com/bytedance/sonic/loader v0.2.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudwego/base64x v0.1.4 // indirect | ||
github.com/cloudwego/iasm v0.2.0 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.5 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.17.0 // indirect | ||
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/grafana/pyroscope-go/godeltaprof v0.1.7 // indirect | ||
github.com/go-playground/validator/v10 v10.22.0 // indirect | ||
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect | ||
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.6 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/leodido/go-urn v1.4.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.1 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.46.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/ringsaturn/tzf-rel-lite v0.0.2024-a // indirect | ||
github.com/tidwall/geoindex v1.7.0 // indirect | ||
github.com/tidwall/geojson v1.4.5 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/twpayne/go-polyline v1.1.1 // indirect | ||
github.com/ugorji/go/codec v1.2.12 // indirect | ||
go.mongodb.org/mongo-driver v1.13.1 // indirect | ||
go.mongodb.org/mongo-driver v1.16.1 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/arch v0.7.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect | ||
golang.org/x/arch v0.9.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.