You've already forked prometheus-fail2ban-exporter
							
							Merge branch 'rename-project-module-to-include-url-path' into 'main'
Rename project module to include url path See merge request hectorjsmith/fail2ban-prometheus-exporter!68
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
package cfg
 | 
					package cfg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import "fail2ban-prometheus-exporter/auth"
 | 
					import "gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/auth"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type hashedBasicAuth struct {
 | 
					type hashedBasicAuth struct {
 | 
				
			||||||
	username string
 | 
						username string
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,9 @@
 | 
				
			|||||||
package f2b
 | 
					package f2b
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"fail2ban-prometheus-exporter/cfg"
 | 
					 | 
				
			||||||
	"fail2ban-prometheus-exporter/socket"
 | 
					 | 
				
			||||||
	"github.com/prometheus/client_golang/prometheus"
 | 
						"github.com/prometheus/client_golang/prometheus"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/cfg"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/socket"
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
package f2b
 | 
					package f2b
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"fail2ban-prometheus-exporter/socket"
 | 
					 | 
				
			||||||
	"github.com/prometheus/client_golang/prometheus"
 | 
						"github.com/prometheus/client_golang/prometheus"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/socket"
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
package textfile
 | 
					package textfile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"fail2ban-prometheus-exporter/cfg"
 | 
					 | 
				
			||||||
	"github.com/prometheus/client_golang/prometheus"
 | 
						"github.com/prometheus/client_golang/prometheus"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/cfg"
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
package main
 | 
					package main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"fail2ban-prometheus-exporter/auth"
 | 
					 | 
				
			||||||
	"fail2ban-prometheus-exporter/cfg"
 | 
					 | 
				
			||||||
	"fail2ban-prometheus-exporter/collector/f2b"
 | 
					 | 
				
			||||||
	"fail2ban-prometheus-exporter/collector/textfile"
 | 
					 | 
				
			||||||
	"fmt"
 | 
						"fmt"
 | 
				
			||||||
	"github.com/prometheus/client_golang/prometheus"
 | 
						"github.com/prometheus/client_golang/prometheus"
 | 
				
			||||||
	"github.com/prometheus/client_golang/prometheus/promhttp"
 | 
						"github.com/prometheus/client_golang/prometheus/promhttp"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/auth"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/cfg"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/collector/f2b"
 | 
				
			||||||
 | 
						"gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/collector/textfile"
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
	"net/http"
 | 
						"net/http"
 | 
				
			||||||
	"os"
 | 
						"os"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
module fail2ban-prometheus-exporter
 | 
					module gitlab.com/hectorjsmith/fail2ban-prometheus-exporter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go 1.15
 | 
					go 1.15
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user