Skip to content

Commit

Permalink
⬆️ trying the latest with our own proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Apr 27, 2023
1 parent 87bde04 commit 727da49
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 7 deletions.
23 changes: 16 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,25 @@ go 1.19

require (
github.com/acidjazz/aws-lambda-go-api-proxy v0.0.1
github.com/aws/aws-lambda-go v1.34.1
github.com/gofiber/fiber/v2 v2.38.1
github.com/aws/aws-lambda-go v1.40.0
github.com/gofiber/fiber/v2 v2.44.0
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/awslabs/aws-lambda-go-api-proxy v0.13.3 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/awslabs/aws-lambda-go-api-proxy v0.14.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.40.0 // indirect
github.com/valyala/fasthttp v1.46.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
golang.org/x/sys v0.7.0 // indirect
)
Loading

0 comments on commit 727da49

Please sign in to comment.