Skip to content

Commit

Permalink
chore: update readme file (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azhovan committed May 3, 2023
1 parent 9c4cdaa commit 2542c68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Daggers
# Daggers For DKP

`daggers` is a component library for [dagger](github.com/dagger/dagger) that provides a collection of tasks and
`daggers-for-dkp` is a component library for [dagger](https://github.com/dagger/dagger) that provides a collection of tasks and
utilities to make it easier to use.

**WARNING:** The library is still in development and may introduce breaking changes in the future without notice.
Expand All @@ -10,15 +10,15 @@ utilities to make it easier to use.
To install daggers, use the go command:

```bash
$ go get github.com/mesosphere/daggers
$ go get github.com/mesosphere/daggers-for-dkp
```

## Usage

To use daggers, import the package into your project:

```go
import "github.com/mesosphere/daggers/daggers"
import "github.com/mesosphere/daggers-for-dkp/daggers"
```

Then, use the `daggers` package to create a new Runtime:
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mesosphere/daggers
module github.com/mesosphere/daggers-for-dkp

go 1.20

Expand All @@ -14,6 +14,7 @@ require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/mesosphere/daggers v0.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ github.com/matryer/moq v0.2.3/go.mod h1:9RtPYjTnH1bSBIkpvtHkFN7nbWAnO7oRpdJkEIn6
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/mesosphere/daggers v0.6.0 h1:Ny6/E4bXg9xVP4+LoUC/jBI+yXK3kUphsr2nc6QFFqk=
github.com/mesosphere/daggers v0.6.0/go.mod h1:1HHDoZB7k5PFqUK8/gWHetdn5n+gxVtpONe/TmBtpjo=
github.com/mitchellh/mapstructure v1.2.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit 2542c68

Please sign in to comment.