Skip to content

Commit d03757b

Browse files
committed
update examples deps
1 parent 51654ce commit d03757b

File tree

60 files changed

+90
-90
lines changed

Some content is hidden

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

60 files changed

+90
-90
lines changed

_examples/auth/basicauth/database/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/fatih/structs v1.1.0 // indirect
1919
github.com/flosch/pongo2/v4 v4.0.2 // indirect
2020
github.com/golang/snappy v0.0.4 // indirect
21-
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect
21+
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
2222
github.com/google/uuid v1.3.0 // indirect
2323
github.com/gorilla/css v1.0.0 // indirect
2424
github.com/iris-contrib/schema v0.0.6 // indirect

_examples/auth/basicauth/database/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/auth/jwt/tutorial/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/fatih/structs v1.1.0 // indirect
2020
github.com/flosch/pongo2/v4 v4.0.2 // indirect
2121
github.com/golang/snappy v0.0.4 // indirect
22-
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect
22+
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
2323
github.com/gorilla/css v1.0.0 // indirect
2424
github.com/iris-contrib/schema v0.0.6 // indirect
2525
github.com/josharian/intern v1.0.0 // indirect

_examples/auth/jwt/tutorial/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/bootstrapper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/gobwas/pool v0.2.1 // indirect
2626
github.com/gobwas/ws v1.3.0 // indirect
2727
github.com/golang/snappy v0.0.4 // indirect
28-
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect
28+
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
2929
github.com/google/go-querystring v1.1.0 // indirect
3030
github.com/google/uuid v1.3.0 // indirect
3131
github.com/gorilla/css v1.0.0 // indirect

_examples/bootstrapper/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/configuration/multi-environments/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/fatih/structs v1.1.0 // indirect
2020
github.com/flosch/pongo2/v4 v4.0.2 // indirect
2121
github.com/golang/snappy v0.0.4 // indirect
22-
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect
22+
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
2323
github.com/google/uuid v1.3.0 // indirect
2424
github.com/gorilla/css v1.0.0 // indirect
2525
github.com/inconshreveable/mousetrap v1.1.0 // indirect

_examples/configuration/multi-environments/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/configuration/viper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/flosch/pongo2/v4 v4.0.2 // indirect
2020
github.com/fsnotify/fsnotify v1.6.0 // indirect
2121
github.com/golang/snappy v0.0.4 // indirect
22-
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect
22+
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
2323
github.com/google/uuid v1.3.0 // indirect
2424
github.com/gorilla/css v1.0.0 // indirect
2525
github.com/hashicorp/hcl v1.0.0 // indirect

_examples/configuration/viper/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)