Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ linters:
- testifylint
linters-settings:
goimports:
local-prefixes: github.com/argoproj/pkg
local-prefixes: github.com/argoproj/pkg/v2
testifylint:
enable-all: true
disable:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# argoproj/pkg

This repository contains shared libraries and utilities for the Argo project. The packages are primarily maintained for
use by the Argo projects, but they are open for use by anyone.

If your project uses `argoproj/pkg`, please add it to the [USERS.md](USERS.md) file.
9 changes: 9 additions & 0 deletions USERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Who uses argoproj/pkg?

These are the projects that use `argoproj/pkg`. If you use one or more of these packages, add your project here!

| Project | grpc/http | kubeclientmetrics | stats | sync | time |
|--------------------------------------------------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
| [Argo CD](https://github.com/argoproj/argo-cd) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [Argo Rollouts](https://github.com/argoproj/argo-rollouts) | :white_check_mark: | :white_check_mark: | | | |
| [Argo Workflows](https://github.com/argoproj/argo-workflows) | :white_check_mark: | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
25 changes: 0 additions & 25 deletions cli/cli.go

This file was deleted.

65 changes: 0 additions & 65 deletions env/env.go

This file was deleted.

43 changes: 0 additions & 43 deletions env/env_test.go

This file was deleted.

12 changes: 0 additions & 12 deletions errors/errors.go

This file was deleted.

220 changes: 0 additions & 220 deletions exec/exec.go

This file was deleted.

Loading
Loading