![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the golang group with 3 updates: [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Updates `github.com/Microsoft/hcsshim` from 0.11.1 to 0.11.2 - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](https://github.com/Microsoft/hcsshim/compare/v0.11.1...v0.11.2) Updates `github.com/onsi/ginkgo/v2` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.12.0...v2.13.0) Updates `github.com/onsi/gomega` from 1.28.0 to 1.29.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: github.com/Microsoft/hcsshim dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
712 B
Plaintext
54 lines
712 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Ignore vscode setting files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|
|
# Ignore gcs bin directory
|
|
service/bin/
|
|
service/pkg/
|
|
|
|
*.img
|
|
*.vhd
|
|
*.tar.gz
|
|
*.tar
|
|
|
|
# Make stuff
|
|
.rootfs-done
|
|
bin/*
|
|
rootfs/*
|
|
rootfs-conv/*
|
|
*.o
|
|
/build/
|
|
|
|
deps/*
|
|
out/*
|
|
|
|
# protobuf files
|
|
# only files at root of the repo, otherwise this will cause issues with vendoring
|
|
/protobuf/*
|
|
|
|
# test results
|
|
test/results
|
|
|
|
# go workspace files
|
|
go.work
|
|
go.work.sum
|
|
|
|
# keys and related artifacts
|
|
*.pem
|
|
*.cose
|