Skip to content

Commit 7e6bb47

Browse files
committed
Update examples
1 parent 976af9b commit 7e6bb47

File tree

207 files changed

+2305
-2910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+2305
-2910
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<a href="https://iris-go.com"> <img align="right" width="115px" src="https://iris-go.com/images/icon.svg?v=a" title="logo created by @merry.dii" /> </a>
44

5-
<a href="https://github.com/kataras/iris/actions"><img src="https://img.shields.io/github/workflow/status/kataras/iris/CI/master?style=flat-square" alt="Build Status"></a>
5+
<a href="https://github.com/kataras/iris/actions"><img src="https://img.shields.io/github/actions/workflow/status/iris-contrib/swagger/ci.yml?branch=master&style=flat-square" alt="Build Status"></a>
66
<a href="https://github.com/iris-contrib/examples/blob/v12/LICENSE"><img src="https://img.shields.io/badge/%20license-MIT%20%20License%20-E91E63.svg?style=flat-square" alt="License"></a>
77
<a href="https://github.com/kataras/iris/blob/master/HISTORY.md"><img src="https://img.shields.io/badge/version-v12.2.x%20-blue.svg?style=flat-square" alt="CHANGELOG/HISTORY"></a>
88

99
This repository provides easy to understand code snippets on how to get started with web development with the Go programming language using the [Iris](https://github.com/kataras/iris) web framework. This branch contains the latest [iris master examples](github.com/kataras/iris/tree/master/examples). For the stable's version examples navigate through the [v12 branch](https://github.com/iris-contrib/examples/tree/v12).
1010

1111
To read the Iris documentation please navigate to [the wiki pages](https://github.com/kataras/iris/wiki) instead.
1212

13-
> Examples are tested using Windows 11, Ubuntu 22.04 LTS, macOS 12 Monterey with [Microsoft's Visual Studio Code](https://code.visualstudio.com/) and built using the [Go 1.19.2](https://go.dev/dl/).
13+
> Examples are tested using Windows 11, Ubuntu 22.04 LTS, macOS 12 Monterey with [Microsoft's Visual Studio Code](https://code.visualstudio.com/) and built using the [Go 1.19.3](https://go.dev/dl/).
1414
1515
# Table of Contents
1616

apidoc/yaag/go.mod

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
module ggithub.com/iris-contrib/examples/apidoc/yaag
1+
module github.com/iris-contrib/examples/apidoc/yaag
22

3-
go 1.19
3+
go 1.18
44

55
require (
66
github.com/betacraft/yaag v1.0.1-0.20200719063524-47d781406108
7-
github.com/kataras/iris/v12 v12.2.0-beta6
7+
github.com/kataras/iris/v12 v12.2.0-beta3.0.20220721103403-459ea39a8315
88
)
99

1010
require (
1111
github.com/BurntSushi/toml v1.2.0 // indirect
1212
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
1313
github.com/CloudyKit/jet/v6 v6.1.0 // indirect
14-
github.com/Joker/jade v1.1.3 // indirect
15-
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect
14+
github.com/Shopify/goreferrer v0.0.0-20210630161223-536fa16abd6f // indirect
1615
github.com/andybalholm/brotli v1.0.4 // indirect
1716
github.com/aymerick/douceur v0.2.0 // indirect
1817
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
@@ -21,35 +20,36 @@ require (
2120
github.com/golang/snappy v0.0.4 // indirect
2221
github.com/google/uuid v1.3.0 // indirect
2322
github.com/gorilla/css v1.0.0 // indirect
23+
github.com/iris-contrib/jade v1.1.4 // indirect
2424
github.com/iris-contrib/schema v0.0.6 // indirect
2525
github.com/josharian/intern v1.0.0 // indirect
2626
github.com/json-iterator/go v1.1.12 // indirect
27-
github.com/kataras/blocks v0.0.7 // indirect
27+
github.com/kataras/blocks v0.0.6 // indirect
2828
github.com/kataras/golog v0.1.7 // indirect
29-
github.com/kataras/pio v0.0.11 // indirect
30-
github.com/kataras/sitemap v0.0.6 // indirect
29+
github.com/kataras/pio v0.0.10 // indirect
30+
github.com/kataras/sitemap v0.0.5 // indirect
3131
github.com/kataras/tunnel v0.0.4 // indirect
32-
github.com/klauspost/compress v1.15.11 // indirect
33-
github.com/mailgun/raymond/v2 v2.0.47 // indirect
32+
github.com/klauspost/compress v1.15.8 // indirect
33+
github.com/mailgun/raymond/v2 v2.0.46 // indirect
3434
github.com/mailru/easyjson v0.7.7 // indirect
35-
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
35+
github.com/microcosm-cc/bluemonday v1.0.19 // indirect
3636
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
3737
github.com/modern-go/reflect2 v1.0.2 // indirect
3838
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3939
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
4040
github.com/sirupsen/logrus v1.8.1 // indirect
41-
github.com/tdewolff/minify/v2 v2.12.4 // indirect
42-
github.com/tdewolff/parse/v2 v2.6.4 // indirect
41+
github.com/tdewolff/minify/v2 v2.12.0 // indirect
42+
github.com/tdewolff/parse/v2 v2.6.1 // indirect
4343
github.com/valyala/bytebufferpool v1.0.0 // indirect
4444
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
4545
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4646
github.com/yosssi/ace v0.0.5 // indirect
47-
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
48-
golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
49-
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
50-
golang.org/x/text v0.4.0 // indirect
51-
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
52-
google.golang.org/protobuf v1.28.1 // indirect
53-
gopkg.in/ini.v1 v1.67.0 // indirect
47+
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect
48+
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
49+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
50+
golang.org/x/text v0.3.7 // indirect
51+
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
52+
google.golang.org/protobuf v1.28.0 // indirect
53+
gopkg.in/ini.v1 v1.66.6 // indirect
5454
gopkg.in/yaml.v3 v3.0.1 // indirect
5555
)

0 commit comments

Comments
 (0)