Skip to content

Commit 8a09ff7

Browse files
Bump github.com/emiago/sipgo from 0.33.0 to 1.0.0
Bumps [github.com/emiago/sipgo](https://github.com/emiago/sipgo) from 0.33.0 to 1.0.0. - [Release notes](https://github.com/emiago/sipgo/releases) - [Commits](emiago/sipgo@v0.33.0...v1.0.0) --- updated-dependencies: - dependency-name: github.com/emiago/sipgo dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59051c6 commit 8a09ff7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.1
55
require (
66
github.com/Masterminds/semver v1.5.0
77
github.com/antchfx/htmlquery v1.3.5
8-
github.com/emiago/sipgo v0.33.0
8+
github.com/emiago/sipgo v1.0.0
99
github.com/google/uuid v1.6.0
1010
github.com/icholy/digest v1.1.0
1111
github.com/lor00x/goldap v0.0.0-20240304151906-8d785c64d1c8
@@ -27,6 +27,7 @@ require (
2727
github.com/ncruces/go-strftime v0.1.9 // indirect
2828
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
2929
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
30+
golang.org/x/sync v0.19.0 // indirect
3031
golang.org/x/sys v0.39.0 // indirect
3132
modernc.org/libc v1.66.10 // indirect
3233
modernc.org/mathutil v1.7.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
1010
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
11-
github.com/emiago/sipgo v0.33.0 h1:UxPKCoPREffSjrRE6oesG/RPz5/ZSp8tA8Jc6YvYUsk=
12-
github.com/emiago/sipgo v0.33.0/go.mod h1:gbOLw/kZHZ3wS/5PIa9qVjpdil/IKLdigbZFIYFpHTs=
11+
github.com/emiago/sipgo v1.0.0 h1:l+Ytb33cZJHz4AscVXtT+U6au2s2cvVeQqcIyfC7m2s=
12+
github.com/emiago/sipgo v1.0.0/go.mod h1:DuwAxBZhKMqIzQFPGZb1MVAGU6Wuxj64oTOhd5dx/FY=
1313
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=
1414
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
1515
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=

0 commit comments

Comments
 (0)