Skip to content

Commit

Permalink
Update all upstream dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fako1024 committed Jan 4, 2024
1 parent 25f824d commit 57aca5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/fako1024/slimcap
go 1.21

require (
github.com/els0r/telemetry/logging v0.0.0-20230905085019-03d1cd3d4b3d
github.com/els0r/telemetry/logging v0.0.0-20231115132112-88976d9255a2
github.com/stretchr/testify v1.8.4
golang.org/x/net v0.17.0
golang.org/x/sys v0.13.0
golang.org/x/net v0.19.0
golang.org/x/sys v0.15.0
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/els0r/telemetry/logging v0.0.0-20230905085019-03d1cd3d4b3d h1:1zP0Szdn1adx4q35Gplk/JXrvjmBvTB+Q6/5Mn5hQWU=
github.com/els0r/telemetry/logging v0.0.0-20230905085019-03d1cd3d4b3d/go.mod h1:Nwfs00kMb5P8263qOrXMe+oYk5/GBZTN5LQhrxDFRyM=
github.com/els0r/telemetry/logging v0.0.0-20231115132112-88976d9255a2 h1:g08zNrj/KFEDf0Xuos0DkmWp81IzS1F1T3KEj48cPw0=
github.com/els0r/telemetry/logging v0.0.0-20231115132112-88976d9255a2/go.mod h1:Nwfs00kMb5P8263qOrXMe+oYk5/GBZTN5LQhrxDFRyM=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down

0 comments on commit 57aca5c

Please sign in to comment.