Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Oct 31, 2021
1 parent 16b9b69 commit 4853951
Show file tree
Hide file tree
Showing 25 changed files with 137 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go_version: [1.16]
go_version: [1.17]
steps:

- name: Set up Go 1.x
Expand Down
2 changes: 1 addition & 1 deletion README_FA.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ $ go get github.com/kataras/iris/v12@master
```txt
module myapp
go 1.16
go 1.17
require github.com/kataras/iris/v12 master
```
Expand Down
2 changes: 1 addition & 1 deletion _examples/apidoc/yaag/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/apidoc/yaag

go 1.16
go 1.17

require (
github.com/betacraft/yaag v1.0.1-0.20200719063524-47d781406108
Expand Down
2 changes: 1 addition & 1 deletion _examples/auth/basicauth/database/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module myapp

go 1.16
go 1.17

require (
github.com/go-sql-driver/mysql v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion _examples/auth/jwt/tutorial/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module myapp

go 1.16
go 1.17

require (
github.com/google/uuid v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion _examples/bootstrapper/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kataras/iris/v12/_examples/bootstrapper

go 1.16
go 1.17

require (
github.com/gorilla/securecookie v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion _examples/configuration/viper/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module app

go 1.16
go 1.17

require (
github.com/kataras/iris/v12 master
Expand Down
2 changes: 1 addition & 1 deletion _examples/database/mongodb/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module myapp

go 1.16
go 1.17

require (
github.com/joho/godotenv v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion _examples/database/mysql/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module myapp

go 1.16
go 1.17

require (
github.com/go-sql-driver/mysql v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion _examples/database/orm/reform/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module myapp

go 1.16
go 1.17

require (
github.com/kataras/iris/v12 v12.1.8
Expand Down
2 changes: 1 addition & 1 deletion _examples/dependency-injection/jwt/contrib/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/dependency-injection/jwt/contrib

go 1.16
go 1.17

require (
github.com/iris-contrib/middleware/jwt v0.0.0-20201017024110-39b50ffeb885
Expand Down
2 changes: 1 addition & 1 deletion _examples/http-server/http3-quic/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/http-server/http3-quic

go 1.16
go 1.17

require (
github.com/prometheus/client_golang v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion _examples/kafka-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module myapp

go 1.16
go 1.17

require (
github.com/Shopify/sarama v1.27.0
Expand Down
2 changes: 1 addition & 1 deletion _examples/logging/rollbar/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kataras/iris/examples/logging/rollbar

go 1.16
go 1.17

require (
github.com/kataras/iris/v12 master
Expand Down
2 changes: 1 addition & 1 deletion _examples/mvc/grpc-compatible-bidirectional-stream/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module grpcexample

go 1.16
go 1.17

// replace github.com/kataras/iris/v12 => ../../../

Expand Down
2 changes: 1 addition & 1 deletion _examples/mvc/overview/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module app

go 1.16
go 1.17

require github.com/kataras/iris/v12 master
2 changes: 1 addition & 1 deletion _examples/mvc/vuejs-todo-mvc/src/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/kataras/iris/_examples/mvc/vuejs-todo-mvc/src

go 1.16
go 1.17

require github.com/kataras/iris/v12 master
2 changes: 1 addition & 1 deletion _examples/response-writer/protobuf/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module app

go 1.16
go 1.17
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/kataras/iris/_examples/routing/subdomains/redirect/multi-instances

go 1.16
go 1.17

require github.com/kataras/iris/v12 master
2 changes: 1 addition & 1 deletion _examples/sessions/database/redis/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module app

go 1.16
go 1.17

require github.com/kataras/iris/v12 master
2 changes: 1 addition & 1 deletion _examples/websocket/basic/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/basic

go 1.16
go 1.17

require (
github.com/iris-contrib/middleware/jwt v0.0.0-20200710202437-92b01b85baaf
Expand Down
2 changes: 1 addition & 1 deletion _examples/websocket/gorilla-filewatch/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gorilla-filewatch-example

go 1.16
go 1.17

require (
github.com/gorilla/websocket v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion _examples/websocket/socketio/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kataras/iris/_examples/websocket/socketio

go 1.16
go 1.17

require (
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0
Expand Down
67 changes: 56 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
module github.com/kataras/iris/v12

go 1.16
go 1.17

// retract v12.1.8 // please update to @master

require (
github.com/BurntSushi/toml v0.4.1
github.com/CloudyKit/jet/v6 v6.1.0
github.com/Shopify/goreferrer v0.0.0-20210630161223-536fa16abd6f
github.com/andybalholm/brotli v1.0.3
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible
github.com/aymerick/raymond v2.0.2+incompatible
github.com/blang/semver/v4 v4.0.0
github.com/dgraph-io/badger/v2 v2.2007.4
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/fatih/structs v1.1.0
github.com/flosch/pongo2/v4 v4.0.2
github.com/go-redis/redis/v8 v8.11.3
github.com/go-redis/redis/v8 v8.11.4
github.com/golang/snappy v0.0.4
github.com/google/uuid v1.3.0
github.com/iris-contrib/httpexpect/v2 v2.0.5
Expand All @@ -27,23 +29,66 @@ require (
github.com/kataras/pio v0.0.10
github.com/kataras/sitemap v0.0.5
github.com/kataras/tunnel v0.0.3
github.com/klauspost/compress v1.13.5
github.com/klauspost/compress v1.13.6
github.com/mailru/easyjson v0.7.7
github.com/microcosm-cc/bluemonday v1.0.15
github.com/microcosm-cc/bluemonday v1.0.16
github.com/russross/blackfriday/v2 v2.1.0
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/tdewolff/minify/v2 v2.9.22
github.com/vmihailenco/msgpack/v5 v5.3.4
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/yosssi/ace v0.0.5
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210913180222-943fd674d43e
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20211029224645-99673261e6eb
golang.org/x/sys v0.0.0-20211031064116-611d5d643895
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/protobuf v1.27.1
gopkg.in/ini.v1 v1.63.0
gopkg.in/ini.v1 v1.63.2
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

// retract v12.1.8 // please update to @master
require (
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/iris-contrib/go.uuid v2.0.0+incompatible // indirect
github.com/mediocregopher/radix/v3 v3.8.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nats-io/jwt v1.2.2 // indirect
github.com/nats-io/nats.go v1.13.0 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/tdewolff/parse/v2 v2.5.22 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // 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
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
moul.io/http2curl v1.0.0 // indirect
)
Loading

0 comments on commit 4853951

Please sign in to comment.