Skip to content

Commit

Permalink
Merge pull request #390 from Interhyp/verify_url
Browse files Browse the repository at this point in the history
feat(RELTEC-12350): verify url of repository in changed yaml files
  • Loading branch information
mplushnikov authored Dec 20, 2024
2 parents 5ac34f3 + dfbba5d commit c6ae1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require (
github.com/go-git/go-git/v5 v5.12.0
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
github.com/go-playground/webhooks/v6 v6.4.0
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/google/go-github/v66 v66.0.0
github.com/google/uuid v1.6.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
Expand Down Expand Up @@ -54,7 +55,6 @@ require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
Expand Down

0 comments on commit c6ae1e7

Please sign in to comment.