Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32 changes: 4 additions & 28 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,69 +3,45 @@ 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/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/go-redis/redis/v8 v8.11.4
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/gorilla/websocket v1.5.0
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/kataras/iris/v12 v12.2.0-alpha8
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/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
)
306 changes: 141 additions & 165 deletions go.sum

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions vendor/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions vendor/github.com/BurntSushi/toml/.travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions vendor/github.com/BurntSushi/toml/Makefile

This file was deleted.

101 changes: 47 additions & 54 deletions vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading