-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
167 additions
and
787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,76 @@ | ||
module github.com/unidoc/unidoc-examples | ||
|
||
go 1.17 | ||
|
||
require ( | ||
cloud.google.com/go/kms v1.4.0 | ||
github.com/ThalesIgnite/crypto11 v1.2.4 | ||
github.com/adrg/strutil v0.2.3 // indirect | ||
github.com/adrg/sysfont v0.1.2 // indirect | ||
github.com/adrg/xdg v0.3.3 // indirect | ||
github.com/aws/aws-sdk-go v1.44.130 | ||
cloud.google.com/go/kms v1.15.5 | ||
github.com/ThalesIgnite/crypto11 v1.2.5 | ||
github.com/aws/aws-sdk-go v1.49.16 | ||
github.com/bmatcuk/doublestar v1.3.4 | ||
github.com/boombuler/barcode v1.0.1 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/miekg/pkcs11 v1.0.3 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/trimmer-io/go-xmp v1.0.0 | ||
github.com/unidoc/globalsign-dss v0.0.0-20220330092912-b69d85b63736 | ||
github.com/unidoc/pkcs7 v0.2.0 | ||
github.com/unidoc/unichart v0.3.0 | ||
github.com/unidoc/unipdf/v3 v3.50.0 | ||
github.com/wcharczuk/go-chart/v2 v2.1.0 | ||
github.com/unidoc/unipdf/v3 v3.53.0 | ||
github.com/wcharczuk/go-chart/v2 v2.1.1 | ||
golang.org/x/crypto v0.17.0 | ||
golang.org/x/image v0.15.0 | ||
golang.org/x/text v0.14.0 | ||
google.golang.org/api v0.155.0 | ||
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 | ||
google.golang.org/protobuf v1.32.0 | ||
gopkg.in/gographics/imagick.v2 v2.6.3 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.23.3 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v1.1.5 // indirect | ||
github.com/adrg/strutil v0.3.1 // indirect | ||
github.com/adrg/sysfont v0.1.2 // indirect | ||
github.com/adrg/xdg v0.4.0 // indirect | ||
github.com/blend/go-sdk v1.20220411.3 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/gorilla/i18n v0.0.0-20150820051429-8b358169da46 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/miekg/pkcs11 v1.1.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
github.com/thales-e-security/pool v0.0.2 // indirect | ||
github.com/unidoc/freetype v0.2.3 // indirect | ||
github.com/unidoc/garabic v0.0.0-20220702200334-8c7cb25baa11 // indirect | ||
github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a // indirect | ||
github.com/unidoc/unitype v0.4.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | ||
golang.org/x/image v0.10.0 | ||
golang.org/x/text v0.11.0 | ||
google.golang.org/api v0.102.0 | ||
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e | ||
google.golang.org/protobuf v1.28.1 | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect | ||
go.opentelemetry.io/otel v1.21.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.21.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.21.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.21.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/oauth2 v0.15.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect | ||
google.golang.org/grpc v1.60.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/gographics/imagick.v2 v2.6.0 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
go 1.15 |
Oops, something went wrong.