From e7841553c1c28affcb9a907ee35317754f4ca442 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 28 May 2022 23:42:02 +0200 Subject: [PATCH] Rename to hydra-dragonfire --- .gitignore | 2 +- auth.go | 2 +- client.go | 2 +- example/dump-traffic.lua | 2 +- go.mod | 2 +- hydra.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 83f0206..9cb10f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -hydra +hydra-dragonfire diff --git a/auth.go b/auth.go index 879ffce..07599e7 100644 --- a/auth.go +++ b/auth.go @@ -3,7 +3,7 @@ package main import ( "github.com/HimbeerserverDE/srp" "github.com/anon55555/mt" - "github.com/dragonfireclient/hydra/tolua" + "github.com/dragonfireclient/hydra-dragonfire/tolua" "github.com/yuin/gopher-lua" "strings" "time" diff --git a/client.go b/client.go index a518c95..69a4c29 100644 --- a/client.go +++ b/client.go @@ -3,7 +3,7 @@ package main import ( "errors" "github.com/anon55555/mt" - "github.com/dragonfireclient/hydra/tolua" + "github.com/dragonfireclient/hydra-dragonfire/tolua" "github.com/yuin/gopher-lua" "net" "sync" diff --git a/example/dump-traffic.lua b/example/dump-traffic.lua index b9f30a3..1fd4316 100755 --- a/example/dump-traffic.lua +++ b/example/dump-traffic.lua @@ -1,4 +1,4 @@ -#!/usr/bin/env hydra +#!/usr/bin/env hydra-dragonfire local address, name, password = unpack(arg) local client = hydra.client(address) diff --git a/go.mod b/go.mod index cd45843..26efc76 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/dragonfireclient/hydra +module github.com/dragonfireclient/hydra-dragonfire go 1.18 diff --git a/hydra.go b/hydra.go index e3d2427..ee8cdb6 100644 --- a/hydra.go +++ b/hydra.go @@ -2,7 +2,7 @@ package main import ( _ "embed" - "github.com/dragonfireclient/hydra/tolua" + "github.com/dragonfireclient/hydra-dragonfire/tolua" "github.com/yuin/gopher-lua" "os" "os/signal" -- 2.44.0