Skip to content

Commit

Permalink
copy audit data structure from server
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jun 4, 2021
1 parent afec3ea commit 7e256f9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 791 deletions.
12 changes: 7 additions & 5 deletions logsearchapi/go.mod
Expand Up @@ -4,11 +4,13 @@ go 1.15

require (
github.com/georgysavva/scany v0.2.7
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gorilla/rpc v1.2.0 // indirect
github.com/jackc/pgx/v4 v4.9.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.8.0
github.com/minio/minio v0.0.0-20210128013121-e79829b5b368
go.etcd.io/etcd/v3 v3.3.0-rc.0.0.20200707003333-58bb8ae09f8e // indirect
gopkg.in/olivere/elastic.v5 v5.0.86 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)

0 comments on commit 7e256f9

Please sign in to comment.