Skip to content

Commit

Permalink
Remove unused server package (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Aug 19, 2024
1 parent 87957cd commit 2d81005
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 326 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module github.com/ava-labs/hypersdk
go 1.21.12

require (
github.com/NYTimes/gziphandler v1.1.1
github.com/ava-labs/avalanche-network-runner v1.7.4-rc.0
github.com/ava-labs/avalanchego v1.11.11-0.20240813002618-d729e5c7ef9f
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/bytecodealliance/wasmtime-go/v14 v14.0.0
github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593
github.com/gorilla/mux v1.8.0
github.com/gorilla/rpc v1.2.0
github.com/gorilla/websocket v1.5.0
github.com/hdevalence/ed25519consensus v0.2.0
Expand All @@ -20,7 +18,6 @@ require (
github.com/onsi/ginkgo/v2 v2.13.1
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/prometheus/client_golang v1.16.0
github.com/rs/cors v1.7.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/otel v1.22.0
go.opentelemetry.io/otel/exporters/zipkin v1.11.2
Expand All @@ -38,6 +35,7 @@ require (
require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
github.com/ava-labs/coreth v0.13.8-0.20240802110637-b3e5088d062d // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down Expand Up @@ -79,6 +77,7 @@ require (
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
github.com/google/renameio/v2 v2.0.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/hashicorp/go-bexpr v0.1.10 // indirect
Expand Down Expand Up @@ -115,6 +114,7 @@ require (
github.com/prometheus/procfs v0.10.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/spf13/afero v1.8.2 // indirect
Expand Down
76 changes: 0 additions & 76 deletions server/allowed_hosts.go

This file was deleted.

22 changes: 0 additions & 22 deletions server/handler.go

This file was deleted.

86 changes: 0 additions & 86 deletions server/router.go

This file was deleted.

128 changes: 0 additions & 128 deletions server/server.go

This file was deleted.

11 changes: 0 additions & 11 deletions server/wrapper.go

This file was deleted.

0 comments on commit 2d81005

Please sign in to comment.