Skip to content

Commit dd6e4dd

Browse files
committed
refactor: move http/log to util/httplog
Signed-off-by: Christian Stewart <[email protected]>
1 parent 3c1db8e commit dd6e4dd

File tree

10 files changed

+4
-467
lines changed

10 files changed

+4
-467
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aperturerobotics/entitygraph v0.9.1 // latest
99
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
1010
github.com/aperturerobotics/starpc v0.33.6 // latest
11-
github.com/aperturerobotics/util v1.25.1 // latest
11+
github.com/aperturerobotics/util v1.25.2 // latest
1212
)
1313

1414
// aperture: use compatibility forks

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ github.com/aperturerobotics/quic-go v0.45.1-0.20240701204210-82dc570e7aa0 h1:KH1
2828
github.com/aperturerobotics/quic-go v0.45.1-0.20240701204210-82dc570e7aa0/go.mod h1:X095EBMI8M7riYQRvUgegHFkEkgM2QKLvyGHyAcOw/Q=
2929
github.com/aperturerobotics/starpc v0.33.6 h1:noc/MnmIMTek9bdEvd88QiD1p9KzEV8CUOBIoKmGgm0=
3030
github.com/aperturerobotics/starpc v0.33.6/go.mod h1:4IYcbulEzqhPT5jKaDeL1BJPFd8WVWZ7Ugu0/348/Is=
31-
github.com/aperturerobotics/util v1.25.1 h1:LOIygQIpwBNPwQDWcVT0MPuJxhJsPhPyO/YTJINy83A=
32-
github.com/aperturerobotics/util v1.25.1/go.mod h1:m/paprtgaTiGfc4X3LkXpeseK9hfQA7QBI3cKsE/h3Y=
31+
github.com/aperturerobotics/util v1.25.2 h1:VaP+wLtb28wP1zlwd6idN77tNZJTHTJwswraHsBPJjg=
32+
github.com/aperturerobotics/util v1.25.2/go.mod h1:m/paprtgaTiGfc4X3LkXpeseK9hfQA7QBI3cKsE/h3Y=
3333
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
3434
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
3535
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=

http/log/client.go

Lines changed: 0 additions & 144 deletions
This file was deleted.

http/log/client_test.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

http/log/fetch/fetch.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

http/log/fetch/fetch_js.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

http/log/fetch/fetch_test.go

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)