33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module my-elasticsearch-app
 | |
| 
 | |
| go 1.19
 | |
| 
 | |
| require github.com/elastic/go-elasticsearch/v7 v7.17.1
 | |
| 
 | |
| require (
 | |
| 	github.com/coreos/go-iptables v0.6.0 // indirect
 | |
| 	github.com/gonetx/ipset v0.1.0 // indirect
 | |
| 	github.com/hpcloud/tail v1.0.0 // indirect
 | |
| 	golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
 | |
| 	gopkg.in/fsnotify.v1 v1.4.7 // indirect
 | |
| 	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/adubkov/go-zabbix v0.0.0-20170118040903-3c6a95ec4fdc
 | |
| 	github.com/cavaliercoder/go-zabbix v0.0.0-20210304010121-96120c17dd42 // indirect
 | |
| 	github.com/elastic/go-elasticsearch/v8 v8.3.0 // indirect
 | |
| 	github.com/gorilla/mux v1.8.0 // indirect
 | |
| 	github.com/jackc/pgio v1.0.0 // indirect
 | |
| 	github.com/jackc/pgpassfile v1.0.0 // indirect
 | |
| 	github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
 | |
| 	github.com/jackc/pgtype v1.12.0
 | |
| 	github.com/jackc/pgx/v4 v4.16.1 // indirect
 | |
| 	github.com/jackc/pgx/v5 v5.0.0-beta.3
 | |
| 	github.com/nixys/nxs-go-zabbix/v5 v5.0.0 // indirect
 | |
| 	github.com/opensearch-project/opensearch-go/v2 v2.0.0 // indirect
 | |
| 	github.com/rday/zabbix v0.0.0-20170517233925-1cf60ccd42f9 // indirect
 | |
| 	golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect
 | |
| 	golang.org/x/text v0.3.7 // indirect
 | |
| )
 | 
