Browse Source

Update go dependencies

tags/v2.2.4^2
9seconds 1 month ago
parent
commit
0cb25ba7ff
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      go.mod
  2. 2
    2
      go.sum

+ 1
- 1
go.mod View File

@@ -11,7 +11,7 @@ require (
11 11
 	github.com/d4l3k/messagediff v1.2.1 // indirect
12 12
 	github.com/jarcoal/httpmock v1.0.8
13 13
 	github.com/mccutchen/go-httpbin v1.1.1
14
-	github.com/panjf2000/ants/v2 v2.11.6
14
+	github.com/panjf2000/ants/v2 v2.12.0
15 15
 	github.com/prometheus/client_golang v1.23.2
16 16
 	github.com/prometheus/common v0.67.5 // indirect
17 17
 	github.com/prometheus/procfs v0.20.1 // indirect

+ 2
- 2
go.sum View File

@@ -55,8 +55,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
55 55
 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
56 56
 github.com/ncruces/go-dns v1.3.2 h1:kBLuUZBgkQ4qF4WDXZRQ4rG0Gk6sLVJQ5tESkWrxUa0=
57 57
 github.com/ncruces/go-dns v1.3.2/go.mod h1:tuzixNY8PY/M7yUzcvRbUaeLs3ifIdydpi5H2bfRU+s=
58
-github.com/panjf2000/ants/v2 v2.11.6 h1:JKsoIUukIoCO0sP0gcOqdyoXmpyKXuU6fC57rODtpug=
59
-github.com/panjf2000/ants/v2 v2.11.6/go.mod h1:8u92CYMUc6gyvTIw8Ru7Mt7+/ESnJahz5EVtqfrilek=
58
+github.com/panjf2000/ants/v2 v2.12.0 h1:u9JhESo83i/GkZnhfTNuFMMWcNt7mnV1bGJ6FT4wXH8=
59
+github.com/panjf2000/ants/v2 v2.12.0/go.mod h1:tSQuaNQ6r6NRhPt+IZVUevvDyFMTs+eS4ztZc52uJTY=
60 60
 github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
61 61
 github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
62 62
 github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=

Loading…
Cancel
Save