aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Bump golang.org/x/net from 0.8.0 to 0.9.0 (#81)Gravatar dependabot[bot] 1-1/+1
2023-03-05Bump golang.org/x/net from 0.7.0 to 0.8.0 (#80)Gravatar dependabot[bot] 1-1/+1
2023-02-26Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#79)Gravatar dependabot[bot] 1-1/+1
2023-02-14Bump golang.org/x/net from 0.6.0 to 0.7.0 (#78)Gravatar dependabot[bot] 1-1/+1
2023-02-08Bump golang.org/x/net from 0.5.0 to 0.6.0 (#77)Gravatar dependabot[bot] 1-1/+1
2023-01-23Upgrade to yaml.v3 (#69)Gravatar Abhinav Gupta 1-2/+1
2023-01-23Drop httprouter dependency (#71)Gravatar Abhinav Gupta 1-1/+0
2023-01-23Drop gohtml dependency (#70)Gravatar Abhinav Gupta 1-2/+1
2022-12-21Bump github.com/stretchr/testify from 1.2.2 to 1.8.1 (#63)Gravatar dependabot[bot] 1-1/+2
2022-12-18Makefile: Simplify (#62)Gravatar Abhinav Gupta 1-7/+0
2022-05-17Update dependencies (#54)Gravatar Abhinav Gupta 1-12/+16
2021-09-10Use go embed for templates (#50)Gravatar Luciano Nooijen 1-0/+2
2019-01-03template: Bundle in binary with bindata (#36)Gravatar Abhinav Gupta 1-0/+1
2019-01-02Upgrade to Go 1.11 and use modules (#33)Gravatar Abhinav Gupta 1-0/+18
td/> Adds a workflow that builds and publishes a Docker image to ghcr.io based on the Dockerfile in the root of the repository. This will become available at https://github.com/uber-go/sally/pkgs/container/sally. Users will be able to import it by using `ghcr.io/uber-go/sally:$tag` with `docker pull` or in the `FROM` clause of their own Docker file. As a test for this, I published it manually to my own fork. The image is at https://github.com/abhinav/sally/pkgs/container/sally. With that, I ran the following Dockerfile: FROM ghcr.io/abhinav/sally:master COPY sally.yaml / And it worked as expected. 2023-03-05Bump golang.org/x/net from 0.7.0 to 0.8.0 (#80)Gravatar dependabot[bot] 2-3/+3 2023-02-26Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#79)Gravatar dependabot[bot] 2-3/+3 2023-02-14Bump golang.org/x/net from 0.6.0 to 0.7.0 (#78)Gravatar dependabot[bot] 2-3/+3 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-02-08Bump golang.org/x/net from 0.5.0 to 0.6.0 (#77)Gravatar dependabot[bot] 2-3/+3 2023-02-04ci: Build against Go 1.20 (#76)Gravatar Abhinav Gupta 3-19/+20 Upgrades to latest release of Go for CI. This requires switching staticcheck to the latest release as well. 2023-01-30Back to development (#75)Gravatar Sung Yoon Whang 1-0/+5 2023-01-23Fix typo on release notes (#74)Gravatar Sung Yoon Whang 1-1/+1 Release notes for v1.3.0 had an incorrect link for changes included in v1.3.0; fixing this before we actually tag a release with this. 2023-01-23v1.3.0 release (#73)Gravatar Sung Yoon Whang 1-2/+4