Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/valyala/fasthttp from 1.12.0 to 1.34.0 #461

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 5 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,69 +3,54 @@ module github.com/axetroy/go-server
go 1.14

require (
github.com/CloudyKit/jet/v3 v3.0.0 // indirect
github.com/Joker/hpp v1.0.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.518
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/axetroy/go-fs v1.0.0
github.com/axetroy/mocker v1.2.0
github.com/denisbrodbeck/machineid v1.0.1
github.com/dgraph-io/badger v1.6.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fatih/color v1.13.0
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/go-co-op/gocron v0.3.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.8.0
github.com/go-redis/redis/v8 v8.11.0
github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/holdno/snowFlakeByGo v0.0.0-20180510033652-d23f8a8cadd7
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
github.com/iris-contrib/pongo2 v0.0.1 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.4.0
github.com/jordan-wright/email v0.0.0-20200602115436-fd8a7622303e
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha2
github.com/klauspost/compress v1.15.0 // indirect
github.com/lib/pq v1.10.3
github.com/markbates/goth v1.68.0
github.com/markbates/pkger v0.17.1
github.com/mitchellh/mapstructure v1.4.2
github.com/moul/http2curl v1.0.0 // indirect
github.com/mssola/user_agent v0.5.3
github.com/nsqio/go-nsq v1.0.8
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/ryanuber/columnize v2.1.0+incompatible // indirect
github.com/sec51/convert v0.0.0-20190309075348-ebe586d87951 // indirect
github.com/sec51/cryptoengine v0.0.0-20180911112225-2306d105a49e // indirect
github.com/sec51/gf256 v0.0.0-20160126143050-2454accbeb9e // indirect
github.com/sec51/qrcode v0.0.0-20160126144534-b7779abbcaf1 // indirect
github.com/sec51/twofactor v1.0.1-0.20180911112802-cd97c894b2cc
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shirou/gopsutil v3.21.7+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/valyala/fasthttp v1.12.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
)
139 changes: 21 additions & 118 deletions go.sum

Large diffs are not rendered by default.

Loading