Skip to content

Commit c5f4054

Browse files
committedAug 5, 2024
remove standalone server example
·
v0.10.1v0.5.0
1 parent cbc0d22 commit c5f4054

File tree

11 files changed

+5
-1075
lines changed

11 files changed

+5
-1075
lines changed
 

‎cmd/server/README.MD

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

‎cmd/server/api/server.go

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

‎cmd/server/api/structs.go

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

‎cmd/server/configs/.gitignore

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

‎cmd/server/configs/config.local.toml.example

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

‎cmd/server/internal/config/config.go

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

‎cmd/server/internal/consts/consts.go

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

‎cmd/server/internal/logging/logging.go

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

‎cmd/server/main.go

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

‎go.mod

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,16 @@ require (
77
github.com/agext/regexp v1.3.0
88
github.com/andybalholm/cascadia v1.3.2
99
github.com/deckarep/golang-set v1.7.1
10+
github.com/go-viper/mapstructure/v2 v2.0.0
1011
github.com/gorilla/mux v1.7.4
1112
github.com/gotd/contrib v0.20.0
12-
github.com/opds-community/libopds2-go v0.0.0-20170628075933-9c163cf60f6e
1313
github.com/pdfcpu/pdfcpu v0.5.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/readium/xmlquery v0.0.0-20230106230237-8f493145aef4
1616
github.com/relvacode/iso8601 v1.1.0
17-
github.com/sirupsen/logrus v1.8.1
1817
github.com/spf13/cobra v1.6.1
19-
github.com/spf13/pflag v1.0.5
20-
github.com/spf13/viper v1.8.1
2118
github.com/stretchr/testify v1.9.0
2219
github.com/trimmer-io/go-xmp v1.0.0
23-
github.com/urfave/negroni v1.0.0
2420
github.com/vmihailenco/go-tinylfu v0.2.2
2521
github.com/zeebo/xxh3 v1.0.2
2622
golang.org/x/exp v0.0.0-20240529005216-23cca8864a10
@@ -33,25 +29,17 @@ require (
3329
github.com/antchfx/xpath v1.2.1 // indirect
3430
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3531
github.com/davecgh/go-spew v1.1.1 // indirect
36-
github.com/fsnotify/fsnotify v1.4.9 // indirect
3732
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38-
github.com/hashicorp/hcl v1.0.0 // indirect
3933
github.com/hhrutter/lzw v1.0.0 // indirect
4034
github.com/hhrutter/tiff v1.0.1 // indirect
4135
github.com/inconshreveable/mousetrap v1.0.1 // indirect
4236
github.com/klauspost/compress v1.17.7 // indirect
4337
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
44-
github.com/magiconair/properties v1.8.5 // indirect
45-
github.com/mitchellh/mapstructure v1.5.0 // indirect
46-
github.com/pelletier/go-toml v1.9.3 // indirect
4738
github.com/pmezard/go-difflib v1.0.0 // indirect
48-
github.com/spf13/afero v1.6.0 // indirect
49-
github.com/spf13/cast v1.3.1 // indirect
50-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
51-
github.com/subosito/gotenv v1.2.0 // indirect
39+
github.com/spf13/pflag v1.0.5 // indirect
5240
golang.org/x/image v0.11.0 // indirect
5341
golang.org/x/sys v0.19.0 // indirect
54-
gopkg.in/ini.v1 v1.67.0 // indirect
42+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
5543
gopkg.in/yaml.v2 v2.4.0 // indirect
5644
gopkg.in/yaml.v3 v3.0.1 // indirect
5745
)

‎go.sum

Lines changed: 2 additions & 555 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.