Skip to content

Commit

Permalink
refactor: move js fetch to util pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Jul 27, 2024
1 parent 39107bf commit c4d48e0
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 551 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aperturerobotics/entitygraph v0.9.1 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
github.com/aperturerobotics/starpc v0.33.6 // latest
github.com/aperturerobotics/util v1.24.0 // master
github.com/aperturerobotics/util v1.25.0 // master
)

// aperture: use compatibility forks
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/aperturerobotics/quic-go v0.45.1-0.20240701204210-82dc570e7aa0 h1:KH1
github.com/aperturerobotics/quic-go v0.45.1-0.20240701204210-82dc570e7aa0/go.mod h1:X095EBMI8M7riYQRvUgegHFkEkgM2QKLvyGHyAcOw/Q=
github.com/aperturerobotics/starpc v0.33.6 h1:noc/MnmIMTek9bdEvd88QiD1p9KzEV8CUOBIoKmGgm0=
github.com/aperturerobotics/starpc v0.33.6/go.mod h1:4IYcbulEzqhPT5jKaDeL1BJPFd8WVWZ7Ugu0/348/Is=
github.com/aperturerobotics/util v1.24.0 h1:QIZ2Fr9H+pV9uYs7JHMQPL4+Lz/2BagdrQq09Kru3mQ=
github.com/aperturerobotics/util v1.24.0/go.mod h1:QiSWcOha1HhCI4f48w6rd3gia9jIMGpfoeJiZMU+jLM=
github.com/aperturerobotics/util v1.25.0 h1:+dfi8QMsy8xzE8Xu7x3PuWSEKkrbfGZ1UHy1YffoXOw=
github.com/aperturerobotics/util v1.25.0/go.mod h1:QiSWcOha1HhCI4f48w6rd3gia9jIMGpfoeJiZMU+jLM=
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
Expand Down
2 changes: 1 addition & 1 deletion http/log/fetch/fetch_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
"time"

fetch "github.com/aperturerobotics/bifrost/util/js-fetch"
fetch "github.com/aperturerobotics/util/js/fetch"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion http/log/fetch/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http"
"testing"

fetch "github.com/aperturerobotics/bifrost/util/js-fetch"
fetch "github.com/aperturerobotics/util/js/fetch"
"github.com/sirupsen/logrus"
)

Expand Down
26 changes: 0 additions & 26 deletions util/js-fetch/LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions util/js-fetch/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions util/js-fetch/doc.go

This file was deleted.

65 changes: 0 additions & 65 deletions util/js-fetch/enums.go

This file was deleted.

Loading

0 comments on commit c4d48e0

Please sign in to comment.