Skip to content

Commit

Permalink
Bump github.com/Danny-Dasilva/CycleTLS/cycletls
Browse files Browse the repository at this point in the history
Bumps [github.com/Danny-Dasilva/CycleTLS/cycletls](https://github.com/Danny-Dasilva/CycleTLS) from 0.0.0-20231115113039-7c6710610fbd to 1.0.23.
- [Changelog](https://github.com/Danny-Dasilva/CycleTLS/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/Danny-Dasilva/CycleTLS/commits/cycletls/v1.0.23)

---
updated-dependencies:
- dependency-name: github.com/Danny-Dasilva/CycleTLS/cycletls
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 20c89ff commit 9d2315c
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 38 deletions.
11 changes: 7 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go 1.21.4
// replace github.com/nicklaw5/helix/v2 => ../helix

require (
github.com/Danny-Dasilva/CycleTLS/cycletls v0.0.0-20231115113039-7c6710610fbd
github.com/Danny-Dasilva/CycleTLS/cycletls v1.0.23
github.com/gempir/go-twitch-irc/v4 v4.0.0
github.com/google/go-cmp v0.6.0
github.com/nicklaw5/helix/v2 v2.25.2
Expand All @@ -24,12 +24,12 @@ require (
)

require (
github.com/Danny-Dasilva/fhttp v0.0.0-20220524230104-f801520157d6 // indirect
github.com/Danny-Dasilva/utls v0.0.0-20220604023528-30cb107b834e // indirect
github.com/Danny-Dasilva/fhttp v0.0.0-20231127034941-9494939f30fa // indirect
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.6 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/gaukas/godicttls v0.0.4 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
Expand All @@ -39,9 +39,12 @@ require (
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.17.3 // indirect
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect
github.com/mattn/go-sqlite3 v1.14.18 // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/quic-go/quic-go v0.40.0 // indirect
github.com/refraction-networking/utls v1.5.4 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
Expand Down
Loading

0 comments on commit 9d2315c

Please sign in to comment.