-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove stacker lib dependencies #10
Merged
rchamarthy
merged 3 commits into
project-machine:main
from
rchamarthy:feat/refactor-atomfs
Aug 27, 2024
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,67 @@ | ||
atomfs | ||
# local development tailoring | ||
go.work | ||
go.work.sum | ||
.tool-versions | ||
|
||
# app | ||
|
||
# tool and bin directories | ||
.tmp/ | ||
bin/ | ||
/bin | ||
/.bin | ||
/build | ||
/dist | ||
/snapshot | ||
/.tool | ||
/.task | ||
|
||
# changelog generation | ||
CHANGELOG.md | ||
VERSION | ||
|
||
# IDE configuration | ||
.vscode/ | ||
.idea/ | ||
.server/ | ||
.history/ | ||
|
||
# probable archives | ||
.images | ||
*.tar | ||
*.jar | ||
*.war | ||
*.ear | ||
*.jpi | ||
*.hpi | ||
*.zip | ||
*.iml | ||
|
||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Test binary, build with `go test -c` | ||
*.test | ||
|
||
# OS files | ||
.DS_Store | ||
|
||
*.profile | ||
|
||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
.made-gofmt | ||
|
||
# Test binary, build with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,39 @@ | ||
module github.com/project-machine/atomfs | ||
module machinerun.io/atomfs | ||
|
||
require ( | ||
github.com/Masterminds/semver/v3 v3.2.1 | ||
github.com/apex/log v1.9.0 | ||
github.com/freddierice/go-losetup v0.0.0-20220711213114-2a14873012db | ||
github.com/martinjungblut/go-cryptsetup v0.0.0-20220520180014-fd0874fd07a6 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/opencontainers/image-spec v1.1.0-rc2 | ||
github.com/opencontainers/umoci v0.4.8-0.20220412065115-12453f247749 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/urfave/cli v1.22.12 | ||
golang.org/x/sys v0.6.0 | ||
stackerbuild.io/stacker v1.0.0-rc4.0.20230721004419-db121052a5bd | ||
) | ||
|
||
require ( | ||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.3 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/freddierice/go-losetup v0.0.0-20220711213114-2a14873012db // indirect | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/klauspost/compress v1.15.15 // indirect | ||
github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect | ||
github.com/martinjungblut/go-cryptsetup v0.0.0-20220520180014-fd0874fd07a6 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect | ||
github.com/opencontainers/runc v1.1.4 // indirect | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect | ||
github.com/opencontainers/umoci v0.4.8-0.20220412065115-12453f247749 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rootless-containers/proto/go-proto v0.0.0-20210921234734-69430b6543fb // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/vbatts/go-mtree v0.5.2 // indirect | ||
golang.org/x/crypto v0.5.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
go 1.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
package log | ||
|
||
import ( | ||
"github.com/apex/log" | ||
) | ||
|
||
func Debugf(msg string, v ...interface{}) { | ||
log.Log.Debugf(msg, v...) | ||
} | ||
|
||
func Infof(msg string, v ...interface{}) { | ||
log.Log.Infof(msg, v...) | ||
} | ||
|
||
func Warnf(msg string, v ...interface{}) { | ||
log.Log.Infof(msg, v...) | ||
} | ||
|
||
func Errorf(msg string, v ...interface{}) { | ||
log.Log.Infof(msg, v...) | ||
} | ||
|
||
func Fatalf(msg string, v ...interface{}) { | ||
log.Log.Infof(msg, v...) | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍