Skip to content

Commit 2c4d128

Browse files
authored
set up go module for _examples/versions (#948)
1 parent 5dd7716 commit 2c4d128

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

_examples/versions/go.mod

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module versions
2+
3+
go 1.16
4+
5+
require (
6+
github.com/go-chi/chi/v5 v5.1.0
7+
github.com/go-chi/render v1.0.3
8+
)
9+
10+
require github.com/ajg/form v1.5.1 // indirect

_examples/versions/go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=
2+
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
3+
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=
4+
github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
5+
github.com/go-chi/render v1.0.3 h1:AsXqd2a1/INaIfUSKq3G5uA8weYx20FOsM7uSoCyyt4=
6+
github.com/go-chi/render v1.0.3/go.mod h1:/gr3hVkmYR0YlEy3LxCuVRFzEu9Ruok+gFqbIofjao0=

0 commit comments

Comments
 (0)