Merge pull request #3 from steigr/feature/env-vars

use github.com/namsral/flag for flags
This commit is contained in:
Björn Busse 2018-03-13 23:58:29 +01:00 committed by GitHub
commit dacbe3baa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,6 @@ package main
import (
"crypto/tls"
"flag"
"io/ioutil"
"log"
"net"
@ -30,6 +29,8 @@ import (
"strings"
"time"
"github.com/namsral/flag"
proxyproto "github.com/Freeaqingme/go-proxyproto"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"