Fixes bug where commit hash was not respected.

This commit is contained in:
2021-08-02 15:40:19 +01:00
parent 78fdc814dc
commit d4443075f2
4 changed files with 32 additions and 14 deletions
+2 -1
View File
@@ -8,12 +8,13 @@ require (
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/klauspost/compress v1.13.1 // indirect
github.com/klauspost/compress v1.13.2 // indirect
github.com/lithammer/fuzzysearch v1.1.2
github.com/lukaszraczylo/simple-gql-client v1.32.1
github.com/lukaszraczylo/zero v0.0.0-20160322155811-4a4535dd56e7
github.com/melbahja/got v0.5.0
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cast v1.4.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0