-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
14 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,52 +1,52 @@ | ||
module github.com/forceu/gokapi | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/NYTimes/gziphandler v1.1.1 | ||
github.com/alicebob/miniredis/v2 v2.33.0 | ||
github.com/aws/aws-sdk-go v1.54.11 | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/caarlos0/env/v6 v6.10.1 | ||
github.com/gomodule/redigo v1.9.2 | ||
github.com/jinzhu/copier v0.4.0 | ||
github.com/johannesboyne/gofakes3 v0.0.0-20240513200200-99de01ee122d | ||
github.com/johannesboyne/gofakes3 v0.0.0-20241026070602-0da3aa9c32ca | ||
github.com/juju/ratelimit v1.0.2 | ||
github.com/secure-io/sio-go v0.3.1 | ||
golang.org/x/crypto v0.31.0 | ||
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 | ||
golang.org/x/oauth2 v0.21.0 | ||
golang.org/x/sync v0.7.0 | ||
golang.org/x/oauth2 v0.24.0 | ||
golang.org/x/sync v0.10.0 | ||
golang.org/x/term v0.27.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
modernc.org/sqlite v1.30.1 | ||
modernc.org/sqlite v1.34.2 | ||
) | ||
|
||
require ( | ||
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect | ||
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.2 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.4 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/ncruces/go-strftime v0.1.9 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect | ||
github.com/shabbyrobe/gocovmerge v0.0.0-20230507112040-c3350d9342df // indirect | ||
github.com/tdewolff/minify/v2 v2.20.34 // indirect | ||
github.com/tdewolff/parse/v2 v2.7.15 // indirect | ||
github.com/yuin/gopher-lua v1.1.1 // indirect | ||
golang.org/x/tools v0.22.0 // indirect | ||
go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect | ||
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect | ||
golang.org/x/tools v0.28.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect | ||
modernc.org/libc v1.53.4 // indirect | ||
modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 // indirect | ||
modernc.org/libc v1.61.4 // indirect | ||
modernc.org/mathutil v1.6.0 // indirect | ||
modernc.org/memory v1.8.0 // indirect | ||
modernc.org/strutil v1.2.0 // indirect | ||
modernc.org/token v1.1.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/coreos/go-oidc/v3 v3.10.0 | ||
github.com/coreos/go-oidc/v3 v3.11.0 | ||
golang.org/x/sys v0.28.0 // indirect | ||
) |
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