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/gofiber/fiber from 1.11.1 to 1.12.6 #9

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
15 changes: 4 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,22 @@ go 1.13

require (
github.com/GeertJohan/go.rice v1.0.2
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/bitcav/go-memdev v0.2.0
github.com/bitcav/nitr-core v0.0.0-20200823224936-5500912f5599
github.com/buger/jsonparser v1.1.1 // indirect
github.com/fasthttp/websocket v1.4.3 // indirect
github.com/gofiber/embed v0.0.9
github.com/gofiber/fiber v1.11.1
github.com/gofiber/fiber v1.12.6
github.com/gofiber/logger v0.0.6
github.com/gofiber/recover v0.0.5
github.com/gofiber/session v1.0.0
github.com/gofiber/websocket v0.4.0
github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69
github.com/kardianos/service v1.2.0 // indirect
github.com/kardianos/service v1.2.0
github.com/klauspost/compress v1.10.8 // indirect
github.com/mdp/qrterminal v1.0.1 // indirect
github.com/mdp/qrterminal/v3 v3.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mdp/qrterminal v1.0.1
github.com/savsgio/gotils v0.0.0-20200616100644-13ff1fd2c28c // indirect
github.com/spf13/cobra v1.1.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1 // indirect
github.com/ugorji/go v1.1.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
go.etcd.io/bbolt v1.3.4
)
Loading