diff options
author | Pablo Mazzini <pmazzini@gmail.com> | 2023-08-30 15:32:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 15:32:16 +0100 |
commit | 01274d66fc98a2f21229adb93909a9ea6cb7e6ca (patch) | |
tree | e9211bd3c39c576b5f12e3667f9e18740a863b79 /go.mod | |
parent | b3ca2534940d16348457dd6a7fb82f673f511221 (diff) | |
parent | 5654cbaee166868023a420a942e006fc4aff9d43 (diff) |
Merge pull request #512 from insomniacslk/dependabot/go_modules/gopkg.in/yaml.v3-3.0.0
Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,5 +24,5 @@ require ( github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/objx v0.1.0 // indirect golang.org/x/sync v0.1.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect + gopkg.in/yaml.v3 v3.0.0 // indirect ) |