Skip to content
This repository was archived by the owner on Jan 12, 2020. It is now read-only.

Commit b31ea9f

Browse files
committed
Added go-mod
1 parent fb2608f commit b31ea9f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/go-rs/method-override
2+
3+
go 1.12
4+
5+
require (
6+
github.com/go-rs/ordered-json v0.0.1-beta.1
7+
github.com/go-rs/rest-api-framework v0.0.1-beta.4
8+
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/go-rs/ordered-json v0.0.1-beta.1 h1:tPA28YyAAGvC1gBO389gHRstlTM9OWE8gWtx59t8eUs=
2+
github.com/go-rs/ordered-json v0.0.1-beta.1/go.mod h1:I5cgAczuYW6EspjkAvcGmSguaiDXGWlBpGL1v+gasYU=
3+
github.com/go-rs/rest-api-framework v0.0.1-beta.4 h1:xFb0Dkc0J8mOZvl7mpoDNGmh+yL0nZB5ykyuuIQSofQ=
4+
github.com/go-rs/rest-api-framework v0.0.1-beta.4/go.mod h1:QntTBI/q2yArw4Ej5zBHJpNocbWj5V5Xy3dRGGhd4I8=

0 commit comments

Comments
 (0)