Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,172 changes: 1,172 additions & 0 deletions .kai-plan.md

Large diffs are not rendered by default.

610 changes: 0 additions & 610 deletions Gopkg.lock

This file was deleted.

39 changes: 0 additions & 39 deletions Gopkg.toml

This file was deleted.

11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/automationbroker/sbcli

go 1.21

replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.10

replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.5.1

replace github.com/imdario/mergo => dario.cat/mergo v1.0.2

replace github.com/docker/spdystream => github.com/moby/spdystream v0.5.1
20 changes: 20 additions & 0 deletions pallet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sources:
- name: commit-and-doc-standards
type: git
url: https://github.com/mrz1836/go-template
ref: master
paths:
- .github/tech-conventions/commit-branch-conventions.md
- .github/tech-conventions/commenting-documentation.md

- name: coding-conventions
type: git
url: https://github.com/mrz1836/go-template
ref: master
paths:
- .github/tech-conventions/go-essentials.md
- .github/tech-conventions/dependency-management.md
- .github/tech-conventions/testing-standards.md

agents:
auto_detect: true
29 changes: 29 additions & 0 deletions vendor/github.com/Masterminds/semver/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 109 additions & 0 deletions vendor/github.com/Masterminds/semver/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/github.com/Masterminds/semver/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions vendor/github.com/Masterminds/semver/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading