2024-08-16 00:41:38 -06:00
|
|
|
module github.com/encounter/decompal
|
|
|
|
|
|
2024-08-29 22:37:30 -06:00
|
|
|
go 1.23
|
2024-08-16 00:41:38 -06:00
|
|
|
|
|
|
|
|
require (
|
2024-08-29 22:37:30 -06:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
2024-08-16 00:41:38 -06:00
|
|
|
github.com/google/go-github/v63 v63.0.0
|
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
2024-08-29 22:37:30 -06:00
|
|
|
github.com/klauspost/compress v1.15.11
|
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2024-08-16 00:41:38 -06:00
|
|
|
github.com/palantir/go-baseapp v0.5.2
|
|
|
|
|
github.com/palantir/go-githubapp v0.27.0
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/rs/zerolog v1.33.0
|
2024-08-29 22:37:30 -06:00
|
|
|
github.com/zeebo/blake3 v0.2.4
|
2024-08-16 00:41:38 -06:00
|
|
|
goji.io v2.0.2+incompatible
|
|
|
|
|
google.golang.org/protobuf v1.34.2
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/bluekeyes/hatpear v0.1.2 // indirect
|
|
|
|
|
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 // indirect
|
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
|
|
|
github.com/google/go-github/v62 v62.0.0 // indirect
|
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2024-08-29 22:37:30 -06:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-08-16 00:41:38 -06:00
|
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
2024-08-29 22:37:30 -06:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
2024-08-16 00:41:38 -06:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
|
|
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
|
|
|
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 // indirect
|
|
|
|
|
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
|
2024-08-29 22:37:30 -06:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
2024-08-16 00:41:38 -06:00
|
|
|
golang.org/x/oauth2 v0.22.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
|
|
|
)
|