Skip to content

Commit

Permalink
ci: fix BSD builds
Browse files Browse the repository at this point in the history
fsnotify had a bad release
fsnotify/fsnotify#394 (review)
  • Loading branch information
eliobischof committed Aug 30, 2021
1 parent d16a683 commit bc86010
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Expand Up @@ -10,6 +10,7 @@ require (
github.com/caos/oidc v0.15.7
github.com/cloudflare/cloudflare-go v0.12.1
github.com/cloudscale-ch/cloudscale-go-sdk v1.6.0
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/getsentry/sentry-go v0.11.0
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-billy/v5 v5.0.0
Expand Down Expand Up @@ -44,4 +45,4 @@ require (
k8s.io/kubectl v0.21.3
sigs.k8s.io/controller-runtime v0.9.5
sigs.k8s.io/controller-tools v0.4.1
)
)
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -299,6 +299,8 @@ github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHqu
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=
github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU=
github.com/fvbommel/sortorder v1.0.1 h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=
github.com/fvbommel/sortorder v1.0.1/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0=
github.com/gavv/httpexpect v2.0.0+incompatible h1:1X9kcRshkSKEjNJJxX9Y9mQ5BRfbxU5kORdjhlA1yX8=
Expand Down

0 comments on commit bc86010

Please sign in to comment.