File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.1
55require (
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.18.0 // indirect
3031 golang.org/x/sys v0.38.0 // indirect
3132 modernc.org/libc v1.66.10 // indirect
3233 modernc.org/mathutil v1.7.1 // indirect
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
88github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
99github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY =
1010github.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 =
1313github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU =
1414github.com/gobwas/httphead v0.1.0 /go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM =
1515github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og =
You can’t perform that action at this time.
0 commit comments