Create gists from git http server endpoint (#95)

This commit is contained in:
Thomas Miceli
2023-09-09 19:39:57 +02:00
committed by GitHub
parent 977fc9db28
commit 46dea89b41
10 changed files with 276 additions and 25 deletions

3
go.mod
View File

@ -25,6 +25,9 @@ require (
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-memdb v1.3.4 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/labstack/gommon v0.4.0 // indirect