Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ module github.com/redhat-gpe/agnostics
go 1.14

require (
github.com/go-git/go-git/v5 v5.1.0
github.com/go-git/go-git/v5 v5.11.0
github.com/gomodule/redigo v1.8.2
github.com/julienschmidt/httprouter v1.3.0
github.com/tg123/go-htpasswd v1.0.0
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)
Loading