Skip to content

Commit

Permalink
adding containerd config to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Kumar-27 committed Oct 22, 2024
1 parent d2180bf commit fcb7426
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 146 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ secrets.txt
__debug_bin1949266242

/zot
runtime/containerd/config.toml
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ require (
)

require (
github.com/pelletier/go-toml v1.9.5
github.com/rs/zerolog v1.33.0
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
k8s.io/cri-api v0.27.1 // indirect
)
Expand Down Expand Up @@ -320,7 +320,7 @@ require (
github.com/owenrumney/go-sarif/v2 v2.3.1 // indirect
github.com/owenrumney/squealer v1.2.2 // indirect
github.com/package-url/packageurl-go v0.1.3 // indirect
github.com/pelletier/go-toml/v2 v2.2.3
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
Expand Down
144 changes: 0 additions & 144 deletions runtime/containerd/config.toml

This file was deleted.

0 comments on commit fcb7426

Please sign in to comment.