-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from algolia/slider
Slider + jQuery 3.x update
- Loading branch information
Showing
7 changed files
with
498 additions
and
420 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,28 +1,12 @@ | ||
module github.com/algolia/sup3rS3cretMes5age | ||
|
||
go 1.12 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/go-ldap/ldap v3.0.2+incompatible // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect | ||
github.com/hashicorp/vault/api v1.1.0 | ||
github.com/hashicorp/vault/sdk v0.2.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
github.com/hashicorp/vault/api v1.3.1 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/ory/dockertest/v3 v3.6.3 | ||
github.com/pierrec/lz4 v2.6.0+incompatible // indirect | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc | ||
golang.org/x/net v0.0.0-20210420072503-d25e30425868 // indirect | ||
golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe // indirect | ||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect | ||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect | ||
github.com/labstack/gommon v0.3.1 // indirect | ||
github.com/ory/dockertest/v3 v3.9.1 | ||
golang.org/x/crypto v0.0.0-20220208050332-20e1d8d225ab | ||
) |
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
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
Oops, something went wrong.